This commit is contained in:
2025-08-27 22:08:06 +07:00
parent 9720c415d5
commit 523c847bd7

View File

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