質問編集履歴
1
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/
|
86
|
+
ssl_certificate /etc/letsencrypt/live/***/fullchain.pem;
|
87
|
-
ssl_certificate_key /etc/letsencrypt/live/
|
87
|
+
ssl_certificate_key /etc/letsencrypt/live/***/privkey.pem;
|
88
88
|
root /opt/nginx/var/www;
|
89
89
|
index index.php;
|
90
90
|
|