mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-12-15 12:59:53 +01:00
Allow to force HTTPS scheme
If the standalone GitBucket instance runs behind HTTPS proxy, the repository URL always shows HTTP scheme dispute the fact that the connection is HTTPS. This patch is adding a command line option which allows to force the HTTPS scheme.
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
<zip destfile="${target.dir}/scala-${scala.version}/gitbucket_${scala.version}-${gitbucket.version}.war"
|
||||
basedir="${target.dir}/scala-${scala.version}/classes"
|
||||
update = "true"
|
||||
includes="JettyLauncher.class"/>
|
||||
includes="JettyLauncher.class,SslConnector.class"/>
|
||||
</target>
|
||||
|
||||
<target name="rename" depends="embed">
|
||||
|
||||
Reference in New Issue
Block a user