ソースを参照

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;
}

}

読み込み中…
キャンセル
保存