ソースを参照

Mise à jour de 'nginx/bookstack.auxilife.eu'

master
pblonde 5ヶ月前
コミット
20a4edbaea
1個のファイルの変更8行の追加3行の削除
  1. +8
    -3
      nginx/bookstack.auxilife.eu

+ 8
- 3
nginx/bookstack.auxilife.eu ファイルの表示

@@ -11,8 +11,13 @@

server {
if ($host = bookstack.auxilife.eu) {

listen 80;
return 301 https://$host$request_uri;

}
}

server_name bookstack.auxilife.eu;
listen 80;
}




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