Crucible config.xml with Reverse Proxy using https
<config control-bind="127.0.0.1:8059" version="1.0"> | |
<!-- see example-config.xml and config.xsd for more documentation --> | |
<web-server context="/crucible" site-url="https://jira.domain.local/crucible"> | |
<http bind=":8060" proxy-host="jira.domain.local" proxy-port="443" proxy-scheme="https"/> | |
</web-server> | |
<security allow-anon="true" allow-cru-anon="true"/> | |
<repository-defaults> | |
<linker/> | |
<allow/> | |
<tarball enabled="false" maxFileCount="0"/> | |
<security allow-anon="true"/> | |
</repository-defaults> | |
</config> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment