diff --git a/agent/cmd/server/nginx_conf/website_default.conf b/agent/cmd/server/nginx_conf/website_default.conf index 4c773b5b6..6a88d98d8 100644 --- a/agent/cmd/server/nginx_conf/website_default.conf +++ b/agent/cmd/server/nginx_conf/website_default.conf @@ -10,7 +10,7 @@ server { location ~ ^/(\.user.ini|\.htaccess|\.git|\.env|\.svn|\.project|LICENSE|README.md){ return 404; } - location ^~ /.well-known{ + location ^~ /.well-known/acme-challenge { allow all; root /usr/share/nginx/html; }