浏览代码

bugfix: did redirect acme challange request to https

master
父节点
当前提交
570ddfdcea
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      templates/vhost.conf.j2

+ 3
- 1
templates/vhost.conf.j2 查看文件

@@ -55,6 +55,8 @@ server {
root /var/www/default;
}

return 301 https://$host$request_uri;
location / {
return 301 https://$host$request_uri;
}

}

正在加载...
取消
保存