質問するログイン新規登録

質問編集履歴

1

2020/07/28 08:07

投稿

HokkaidoRamen
HokkaidoRamen

スコア40

title CHANGED
File without changes
body CHANGED
@@ -83,8 +83,8 @@
83
83
 
84
84
  add_header Strict-Transport-Security max-age=15768000;
85
85
 
86
- ssl_certificate /etc/letsencrypt/live/syugyou.com/fullchain.pem;
86
+ ssl_certificate /etc/letsencrypt/live/***/fullchain.pem;
87
- ssl_certificate_key /etc/letsencrypt/live/syugyou.com/privkey.pem;
87
+ ssl_certificate_key /etc/letsencrypt/live/***/privkey.pem;
88
88
  root /opt/nginx/var/www;
89
89
  index index.php;
90
90