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:
parent
c67a51cc64
commit
ea0fcb60d7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue