
Added deployemnt scripts for sahara-ci. Compatible with Ubuntu Xenial. Change-Id: Ic218243efeb6c6aae17faa665755c5e722e10e2b
10 lines
353 B
Plaintext
10 lines
353 B
Plaintext
ProxyPass /jenkins http://localhost:8080/jenkins
|
|
ProxyPassReverse /jenkins http://localhost:8080/jenkins
|
|
ProxyRequests Off
|
|
|
|
# Local reverse proxy authorization override
|
|
# Most unix distribution deny proxy by default (ie /etc/apache2/mods-enabled/proxy.conf in Ubuntu)
|
|
<Proxy http://localhost:8080/jenkins*>
|
|
Require all granted
|
|
</Proxy>
|