This commit is contained in:
fro
2025-10-28 17:02:23 -05:00
parent eb83a42b73
commit f7e714bfb9

View File

@@ -24,6 +24,7 @@ server {
server_name ~^(.+)$;
ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem;
ssl_certificate_key /etc/nginx/acme.sh/op.fo/key.pem;
#return 301 http://$server_name;
return 301 http://$host$request_uri;