This commit is contained in:
zino
2023-12-05 22:45:40 +01:00
parent aa90afcd7a
commit 1cddf1bada

View File

@@ -24,7 +24,7 @@ server {
} }
location /auth { location /auth {
return 301 https://google.com; return 302 https://google.com;
} }
# location / { # location / {