Skip to content

Commit

Permalink
Merge pull request #56 from useplunk/dev-driaug-revert
Browse files Browse the repository at this point in the history
Revert back Nginx changes
  • Loading branch information
driaug authored Aug 15, 2024
2 parents ad37fbf + e084cd9 commit 9f26b40
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deployment/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ http {
location /api/ {
proxy_pass http://127.0.0.1:4000/;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
Expand All @@ -20,9 +17,6 @@ http {
location / {
proxy_pass http://127.0.0.1:5000;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
Expand Down

0 comments on commit 9f26b40

Please sign in to comment.