1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jenkins_ynh.git synced 2024-09-03 19:26:18 +02:00

[enh] simplify proxy_pass

This commit is contained in:
Julien Malik 2014-12-09 21:49:59 +01:00
parent c67a51cc64
commit ea0fcb60d7

View file

@ -1,5 +1,5 @@
location YNH_LOCATION {
proxy_pass http://127.0.0.1:8080$request_uri;
proxy_pass http://127.0.0.1:8080;
proxy_redirect off;