This commit is contained in:
2025-08-27 22:04:07 +07:00
parent 99ccb48ff7
commit 9720c415d5

View File

@@ -2,7 +2,7 @@ events {}
http { 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;
} }