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

This commit is contained in:
CityFun
2025-06-04 09:32:51 +00:00
committed by GitHub
parent c021e4322a
commit da8c52da37
@@ -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;
}