1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2024-06-06 21:26:21 +02:00
parent 3bbdf5e89b
commit 30186aa241

View file

@ -28,7 +28,7 @@ location __PATH__/socket.io {
}
location __PATH__/admin {
rewrite __PATH__/admin/(.*) __PATH__/$1 break;
rewrite __PATH__/admin/(.*) /admin/$1 break;
proxy_redirect / __PATH__/;
proxy_set_header X-Proxy-Path __PATH__;
proxy_pass http://127.0.0.1:__PORT__;