This commit is contained in:
2025-08-27 22:10:34 +07:00
parent 523c847bd7
commit 2374de44e9

View File

@@ -6,9 +6,6 @@ http {
location /.well-known/acme-challenge/ { location /.well-known/acme-challenge/ {
root /usr/share/nginx/html/; root /usr/share/nginx/html/;
} }
location / {
return 301 https://$server_name:443$request_uri;
}
} }
server { server {