Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Apr 24, 2022
1 parent 25ae339 commit b5545d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server {
proxy_pass https://youtube.com/;
}
location /aghome/ {
proxy_pass http://localhost:8080/;
proxy_pass http://127.0.0.1:8080/;
proxy_redirect / /aghome/;
proxy_cookie_path / /aghome/;
}
Expand Down

0 comments on commit b5545d5

Please sign in to comment.