This commit is contained in:
zino
2023-12-05 23:53:44 +01:00
parent 2cad294468
commit 7ff2505784

View File

@@ -43,9 +43,9 @@ server {
# proxy_set_header X-Forwarded-Host $http_host;
}
# location / {
# return 301 https://google.com;
# }
location / {
return 301 https://google.com;
}
# location /auth {
# return 302 https://google.com;