Skip to content
Snippets Groups Projects
Commit 25571706 authored by jurgenhaas's avatar jurgenhaas
Browse files

Make proxy port configurable

parent 5d1551bd
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
Include /etc/apache2/conf-available/global-deny.conf Include /etc/apache2/conf-available/global-deny.conf
</Proxy> </Proxy>
ProxyPass {{ artifactory_basepath|default('') }}/ http://localhost:8891/ ProxyPass {{ artifactory_basepath|default('') }}/ http://localhost:{{ artifactory_port|default(8891) }}/
ProxyPassReverse {{ artifactory_basepath|default('') }}/ http://localhost:8891/ ProxyPassReverse {{ artifactory_basepath|default('') }}/ http://localhost:{{ artifactory_port|default(8891) }}/
SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
LogLevel warn LogLevel warn
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment