mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-18 03:16:30 +08:00
fix: fix issue with apply ssl use http mode failed (#8906)
This commit is contained in:
parent
c021e4322a
commit
da8c52da37
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue