Skip to content

Commit

Permalink
Update nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
wafflespeanut committed Apr 2, 2024
1 parent bd775f0 commit e9e7e76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ server {
proxy_pass http://ace-away:3000/ws;
}

location /cryptofolio/ {
proxy_set_header Host $host;
proxy_pass http://cryptofolio:5000/;
}

location / { # route everything else to static server
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit e9e7e76

Please sign in to comment.