Skip to content

Commit

Permalink
Update default.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph-Melberg authored Jun 10, 2024
1 parent a85d2fc commit 03ac876
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,8 @@ server {
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
proxy_pass http://interplanewrangler:8080;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;
}
location /wringler {
proxy_pass_request_headers on;
proxy_set_header Host $host;
add_header Access-Control-Allow-Origin *;
proxy_pass http://interplanewranglenet8:8080;

}

location = /health {
access_log off;
Expand Down

0 comments on commit 03ac876

Please sign in to comment.