Skip to content

Commit

Permalink
infra: fix ngnix config | 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 6, 2024
1 parent d177391 commit 02697d1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infrastructure/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ server {
location /api {
rewrite ^\/api\/(.\*)$/api/$1 break;
proxy_pass http://backend.app.sfscon.testingmachine.eu;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location / {
Expand Down

0 comments on commit 02697d1

Please sign in to comment.