Fix bad config
This commit is contained in:
parent
7f450ac08c
commit
c9b924d228
1 changed files with 0 additions and 7 deletions
|
|
@ -51,13 +51,6 @@ http {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /bad {
|
|
||||||
proxy_pass http://backend;
|
|
||||||
proxy_set_header Host $http_host;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
}
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://frontend;
|
proxy_pass http://frontend;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue