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:
parent
3bbdf5e89b
commit
30186aa241
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ location __PATH__/socket.io {
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/admin {
|
location __PATH__/admin {
|
||||||
rewrite __PATH__/admin/(.*) __PATH__/$1 break;
|
rewrite __PATH__/admin/(.*) /admin/$1 break;
|
||||||
proxy_redirect / __PATH__/;
|
proxy_redirect / __PATH__/;
|
||||||
proxy_set_header X-Proxy-Path __PATH__;
|
proxy_set_header X-Proxy-Path __PATH__;
|
||||||
proxy_pass http://127.0.0.1:__PORT__;
|
proxy_pass http://127.0.0.1:__PORT__;
|
||||||
|
|
Loading…
Add table
Reference in a new issue