mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-10-13 18:44:45 +02:00
「🔨」 fix: fixed some things.
This commit is contained in:
@ -42,11 +42,11 @@ server {
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
}
|
||||
location /api/v1/auth/login/google/callback {
|
||||
ModSecurityEnabled off;
|
||||
modsecurity off;
|
||||
proxy_pass http://transcendence-api-auth:3000/;
|
||||
}
|
||||
location /api/v1/auth/register/google/callback {
|
||||
ModSecurityEnabled off;
|
||||
modsecurity off;
|
||||
proxy_pass http://transcendence-api-auth:3000/;
|
||||
}
|
||||
}
|
||||
|
@ -39,11 +39,11 @@ server {
|
||||
return 403;
|
||||
}
|
||||
location /api/v1/auth/login/google/callback {
|
||||
ModSecurityEnabled off;
|
||||
modsecurity off;
|
||||
proxy_pass http://transcendence-api-auth:3000/;
|
||||
}
|
||||
location /api/v1/auth/register/google/callback {
|
||||
ModSecurityEnabled off;
|
||||
modsecurity off;
|
||||
proxy_pass http://transcendence-api-auth:3000/;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user