Skip to content

Commit

Permalink
Merge pull request #246 from eurofurence/issue-244-onsite-uis
Browse files Browse the repository at this point in the history
feat(#244): proxy onsite ui
  • Loading branch information
Jumpy-Squirrel authored Sep 10, 2024
2 parents df99c5d + 7a7c581 commit 0fb4d2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions httpd-container.conf
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ CustomLog /dev/stdout json
SubstituteMaxLineLength 5M
Substitute "s|aN3nNFwFoi5QkyPaVJ54dDTDc6HrrCYGAL6U6GUuyV2uvvekgOxqYe6K2hur|${HTTPD_CONF_PATH_PREFIX_NO_SLASHES}|n"

# proxy to onsite UIs (nav page)

ProxyPass /${HTTPD_CONF_PATH_PREFIX_NO_SLASHES}/onsite http://onsite:8000/aN3nNFwFoi5QkyPaVJ54dDTDc6HrrCYGAL6U6GUuyV2uvvekgOxqYe6K2hur/onsite disablereuse=On connectiontimeout=20 timeout=60
ProxyPassReverse /${HTTPD_CONF_PATH_PREFIX_NO_SLASHES}/onsite http://onsite:8000/aN3nNFwFoi5QkyPaVJ54dDTDc6HrrCYGAL6U6GUuyV2uvvekgOxqYe6K2hur/onsite

ServerSignature Off

ErrorDocument 404 /404.html
Expand Down

0 comments on commit 0fb4d2d

Please sign in to comment.