1
0
Fork 0
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:
Thomas 2024-01-23 12:10:07 +01:00 committed by GitHub
parent 8bb4e764e8
commit a95b603d31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
}