fix: fix issue with apply ssl use http mode failed (#8906)

This commit is contained in:
CityFun 2025-06-04 17:32:51 +08:00 committed by GitHub
parent c021e4322a
commit da8c52da37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ server {
access_log /www/sites/domain/log/access.log main;
error_log /www/sites/domain/log/error.log;
location ~ \.well-known{
location ^~ /.well-known{
allow all;
root /usr/share/nginx/html;
}