Fix bad config

This commit is contained in:
schmelczerandras 2020-07-20 17:01:30 +02:00
parent 7f450ac08c
commit c9b924d228

View file

@ -51,13 +51,6 @@ http {
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 / {
proxy_pass http://frontend;
proxy_set_header Host $http_host;