mirror of
https://github.com/YunoHost-Apps/UMS_ynh.git
synced 2024-10-01 13:35:01 +02:00
Update nginx.conf
This commit is contained in:
parent
a2ea6472ce
commit
62c7720ec7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ location __PATH__/ {
|
|||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $connection_upgrade;
|
||||
more_set_headers "X-Frame-Options: SAMEORIGIN";
|
||||
proxy_pass http://localhost:__PORT__/;
|
||||
proxy_pass http://127.0.0.1:__PORT__/;
|
||||
proxy_set_header Host $host;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue