Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Apr 12, 2022
1 parent b2725a0 commit 7c59310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ server {
proxy_pass https://youtube.com/;
}
location /aghome/ {
proxy_pass http://127.0.0.1:8080/;
proxy_pass http://localhost:8080/;
proxy_redirect / /aghome/;
proxy_cookie_path / /aghome/;
}
location /dns-query {
proxy_pass http://127.0.0.1:4043/;
proxy_pass http://localhost:4043/;
proxy_redirect / /dns-query/;
proxy_bind 192.168.1.2;
}
Expand Down

0 comments on commit 7c59310

Please sign in to comment.