Skip to content

Commit

Permalink
infra: try proxy with host header | 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Jun 10, 2024
1 parent 6c5a4be commit ddd8906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ server {
gzip_types text/plain text/css application/json application/javascript application/x-javascript text/xml application/xml application/xml+rss text/javascript;

location /api/ {
proxy_pass http://backend.app.sfscon.testingmachine.eu/api/;
proxy_pass https://backend.app.sfscon.testingmachine.eu/api/;
proxy_set_header Host $host;
}

Expand Down

0 comments on commit ddd8906

Please sign in to comment.