removed a thing from nginx

This commit is contained in:
Me
2022-11-21 18:14:49 +01:00
parent 6cea1369ff
commit 75fe33693c

View File

@@ -11,7 +11,6 @@ server {
proxy_pass http://backend_dev:3000;
}
location / {
add_header 'Access-Control-Allow-Origin' 'http://transcendance:8080';
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;