Updated Reverse proxy with Apache (markdown)

Mateusz Stomski
2021-04-09 09:39:22 +02:00
parent 6af5754e3e
commit cd391946d0

@@ -4,7 +4,7 @@
### Apache HTTP server set up
1. Install and enable `mod_proxy` and `mod_proxy_http` modules.
2. Add the following to your site configuration (assuming your GitBucket prefix is "gitbucket"):
2. Add the following to your site configuration (assuming your GitBucket prefix is "gitbucket") [where i can find site configuration?]:
AllowEncodedSlashes NoDecode # ... or "On" for Apache-2.2
ProxyPreserveHost On