This commit is contained in:
fro
2025-10-28 17:01:54 -05:00
parent c75791ddbc
commit eb83a42b73

View File

@@ -22,6 +22,9 @@ server {
server { server {
listen 443 ssl; listen 443 ssl;
server_name ~^(.+)$; server_name ~^(.+)$;
ssl_certificate /etc/nginx/acme.sh/op.fo/fullchain.pem;
#return 301 http://$server_name; #return 301 http://$server_name;
return 301 http://$host$request_uri; return 301 http://$host$request_uri;
} }