auth is working yipa

This commit is contained in:
batche
2022-11-12 17:17:06 +01:00
parent 568af62330
commit 8b4545f4d6
140 changed files with 68 additions and 1183 deletions

View File

@@ -11,6 +11,7 @@ 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;