diff --git a/Reverse-proxy-with-Apache.md b/Reverse-proxy-with-Apache.md index 276e5c3..0b567f4 100644 --- a/Reverse-proxy-with-Apache.md +++ b/Reverse-proxy-with-Apache.md @@ -10,6 +10,7 @@ ProxyPreserveHost On ProxyPass /gitbucket http://localhost:8080/gitbucket ProxyPassReverse /gitbucket http://localhost:8080/gitbucket +3. Go to System Settings (http://localhost/gitbucket/admin/system) and modify the Base URL to https://www.example.com/gitbucket > Note! Apache and GitBucket context paths must be equal: `java -jar gitbucket.war --port=8080 --prefix=/gitbucket`