mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
Update nginx.conf
This commit is contained in:
parent
40ffe1e210
commit
65b5147ed1
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
|
||||
location ^~ __PATH__/ {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
proxy_pass http://127.0.0.1:80;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
Loading…
Reference in a new issue