From 44249f274e5b72419acc15e678c34c24f21c7cc1 Mon Sep 17 00:00:00 2001 From: Shaun Henderson Date: Fri, 6 Jul 2018 11:52:20 +1200 Subject: [PATCH] Added changing Base URL in system settings --- Reverse-proxy-with-Apache.md | 1 + 1 file changed, 1 insertion(+) 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`