🔨」 fix: fixed some things.

This commit is contained in:
2025-08-27 18:06:24 +02:00
parent da74d4b505
commit fa5bf6c834
2 changed files with 4 additions and 4 deletions

View File

@ -42,11 +42,11 @@ server {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
} }
location /api/v1/auth/login/google/callback { location /api/v1/auth/login/google/callback {
ModSecurityEnabled off; modsecurity off;
proxy_pass http://transcendence-api-auth:3000/; proxy_pass http://transcendence-api-auth:3000/;
} }
location /api/v1/auth/register/google/callback { location /api/v1/auth/register/google/callback {
ModSecurityEnabled off; modsecurity off;
proxy_pass http://transcendence-api-auth:3000/; proxy_pass http://transcendence-api-auth:3000/;
} }
} }

View File

@ -39,11 +39,11 @@ server {
return 403; return 403;
} }
location /api/v1/auth/login/google/callback { location /api/v1/auth/login/google/callback {
ModSecurityEnabled off; modsecurity off;
proxy_pass http://transcendence-api-auth:3000/; proxy_pass http://transcendence-api-auth:3000/;
} }
location /api/v1/auth/register/google/callback { location /api/v1/auth/register/google/callback {
ModSecurityEnabled off; modsecurity off;
proxy_pass http://transcendence-api-auth:3000/; proxy_pass http://transcendence-api-auth:3000/;
} }
} }