This commit is contained in:
2025-08-27 23:38:50 +07:00
parent cd4f970f44
commit d1b00e9975

View File

@@ -3,7 +3,7 @@ http {
server { server {
listen 80; listen 80;
location /.well-known/acme-challenge/ { location / {
proxy_pass http://certbot:80; proxy_pass http://certbot:80;
} }
# location / { # location / {