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

Update nginx.conf

This commit is contained in:
Développeur égaré 2015-02-27 14:37:09 +01:00
parent 98eae383c0
commit 1e0bb7c560

View file

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