Skip to content

Commit da8c52d

Browse files
fix: fix issue with apply ssl use http mode failed (#8906)
1 parent c021e43 commit da8c52d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/cmd/server/nginx_conf/website_default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ server {
1616
access_log /www/sites/domain/log/access.log main;
1717
error_log /www/sites/domain/log/error.log;
1818

19-
location ~ \.well-known{
19+
location ^~ /.well-known{
2020
allow all;
2121
root /usr/share/nginx/html;
2222
}

0 commit comments

Comments
 (0)