Merge pull request #136 from nakazawakan/feature/ssl

default.conf修正
このコミットが含まれているのは:
chankan77 2021-12-01 10:40:36 +09:00 committed by GitHub
コミット 5525e7b1c5
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -5,7 +5,7 @@ server {
root /work/public;
ssl_certificate /etc/letsencrypt/live/kikikan.xyz/cert.pem;
ssl_certificate_key /etc/letsencrypt/live/kikikan.xyz/chain.pem;
ssl_certificate_key /etc/letsencrypt/live/kikikan.xyz/privkey.pem;
access_log /var/log/nginx/ssl-access.log;
error_log /var/log/nginx/ssl-error.log;