This commit is contained in:
fro
2025-10-28 17:00:38 -05:00
parent 96ff29cf89
commit c75791ddbc

View File

@@ -20,7 +20,8 @@ server {
}
server {
listen 443 default_server;
listen 443 ssl;
server_name ~^(.+)$;
return 301 http://$server_name;
#return 301 http://$server_name;
return 301 http://$host$request_uri;
}