Skip to content

Instantly share code, notes, and snippets.

@warlord0
Created October 1, 2018 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save warlord0/c7386086ce86ec3db8fb4de0183cf3c6 to your computer and use it in GitHub Desktop.
Save warlord0/c7386086ce86ec3db8fb4de0183cf3c6 to your computer and use it in GitHub Desktop.
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