From cd391946d014f4976d5e546dc5d86cba0aa426e2 Mon Sep 17 00:00:00 2001 From: Mateusz Stomski Date: Fri, 9 Apr 2021 09:39:22 +0200 Subject: [PATCH] Updated Reverse proxy with Apache (markdown) --- Reverse-proxy-with-Apache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reverse-proxy-with-Apache.md b/Reverse-proxy-with-Apache.md index ec598a2..fa08f05 100644 --- a/Reverse-proxy-with-Apache.md +++ b/Reverse-proxy-with-Apache.md @@ -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