This commit is contained in:
2025-08-27 22:13:11 +07:00
parent 2374de44e9
commit 9df930ee94

View File

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