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:57:35 +01:00 committed by GitHub
parent 1a37e947e4
commit c80d764748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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