mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-12 16:35:52 +01:00
Added changing Base URL in system settings
@@ -10,6 +10,7 @@
|
|||||||
ProxyPreserveHost On
|
ProxyPreserveHost On
|
||||||
ProxyPass /gitbucket http://localhost:8080/gitbucket
|
ProxyPass /gitbucket http://localhost:8080/gitbucket
|
||||||
ProxyPassReverse /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:
|
> Note! Apache and GitBucket context paths must be equal:
|
||||||
`java -jar gitbucket.war --port=8080 --prefix=/gitbucket`
|
`java -jar gitbucket.war --port=8080 --prefix=/gitbucket`
|
||||||
|
|||||||
Reference in New Issue
Block a user