mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
change to localhost
This commit is contained in:
parent
8bb4e764e8
commit
a95b603d31
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ location __PATH__/ {
|
|||
}
|
||||
|
||||
location __PATH__/socket.io/ {
|
||||
proxy_pass http://127.0.0.1:3026;
|
||||
proxy_pass http://localhost:3026;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
@ -41,4 +41,4 @@ location __PATH__/minjs/ {
|
|||
location __PATH__/img/ {
|
||||
alias __INSTALL_DIR__/live/services/web/public/img/;
|
||||
expires 1y;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue