This commit is contained in:
zino
2023-12-05 22:04:24 +01:00
parent d9195c8478
commit f2c938a1e7

View File

@@ -17,7 +17,7 @@ server {
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
location / {
return 500 "<b>Whoa! 500 couldn't find it.</b>";
return 301 https://google.com;
}
# location / {