1
0
Fork 0
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:
liberodark 2020-01-13 17:43:05 +01:00 committed by GitHub
parent 40ffe1e210
commit 65b5147ed1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
} }
location ^~ __PATH__/ { location ^~ __PATH__/ {
proxy_pass http://127.0.0.1:3000; proxy_pass http://127.0.0.1:80;
proxy_redirect off; proxy_redirect off;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;