mirror of
https://github.com/cloudpanel-io/vhost-templates.git
synced 2026-05-18 08:23:31 +08:00
@@ -12,9 +12,9 @@ server {
|
||||
{{nginx_access_log}}
|
||||
{{nginx_error_log}}
|
||||
|
||||
if ($scheme != "https") {
|
||||
rewrite ^ https://$host$uri permanent;
|
||||
}
|
||||
#if ($scheme != "https") {
|
||||
# rewrite ^ https://$host$uri permanent;
|
||||
#}
|
||||
|
||||
location ~ /.well-known {
|
||||
auth_basic off;
|
||||
|
||||
Reference in New Issue
Block a user