1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

puting __PORT_DNS_OVER_HTTP__ for /dns-query

This commit is contained in:
OniriCorpe 2023-12-26 21:02:15 +01:00
parent 0319cb3e38
commit d784bb90cf

View file

@ -27,7 +27,7 @@ location /dns-query {
proxy_http_version 1.1;
proxy_read_timeout 6s;
proxy_connect_timeout 6s;
proxy_pass http://127.0.0.1:__PORT__/dns-query;
proxy_pass http://127.0.0.1:__PORT_DNS_OVER_HTTP__/dns-query;
}
# disabling the API point of the built-in updater (which can break the installation)