Skip to content

Commit

Permalink
Update default
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyaindigo authored Aug 20, 2020
1 parent 85b9fac commit 33dd719
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 @@ -38,7 +38,7 @@ server {
proxy_redirect off;
proxy_buffering off;
proxy_http_version 1.1;
proxy_pass https://localhost:8008;
proxy_pass http://localhost:8008/;
proxy_set_header Host $http_host;
proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Early-Data $ssl_early_data;
Expand Down

0 comments on commit 33dd719

Please sign in to comment.