Skip to content

Commit

Permalink
fix(#213): fix rewrite config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 13, 2023
1 parent 34b1e10 commit 201996c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpd-container.conf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ LogLevel warn
# we have built the gatsby static app with this context base path, so we use inline content substitution
# and a rewrite rule

RewriteRule "^/${HTTPD_CONF_PATH_PREFIX_NO_SLASHES}/app/register/(.*)$" "/app/register/$1"
RewriteRule "^/${HTTPD_CONF_PATH_PREFIX_NO_SLASHES}/app/(.*)$" "/app/$1"

AddOutputFilterByType SUBSTITUTE text/html
AddOutputFilterByType SUBSTITUTE application/javascript
Expand Down

0 comments on commit 201996c

Please sign in to comment.