We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c021e43 commit da8c52dCopy full SHA for da8c52d
1 file changed
agent/cmd/server/nginx_conf/website_default.conf
@@ -16,7 +16,7 @@ server {
16
access_log /www/sites/domain/log/access.log main;
17
error_log /www/sites/domain/log/error.log;
18
19
- location ~ \.well-known{
+ location ^~ /.well-known{
20
allow all;
21
root /usr/share/nginx/html;
22
}
0 commit comments