This commit is contained in:
2023-07-16 20:59:22 -05:00
parent 3b5209e98b
commit 07608977bf
6 changed files with 43 additions and 52 deletions

View File

@@ -12,8 +12,8 @@ server {
include conf.d/include/letsencrypt-acme-challenge.conf;
include conf.d/include/ssl-ciphers.conf;
#ssl_certificate /opt/lb-data/letsencrypt/live/<<MAIN_SITE>>/fullchain.pem;
#ssl_certificate_key /opt/lb-data/letsencrypt/live/<<MAIN_SITE>>/privkey.pem;
#ssl_certificate ${NM_CERTPATH}/live/<<MAIN_SITE>>/fullchain.pem;
#ssl_certificate_key ${NM_CERTPATH}/live/<<MAIN_SITE>>/privkey.pem;
access_log /var/log/nginx/<<MAIN_SITE>>.proxy.log proxy;
error_log /var/log/nginx/<<MAIN_SITE>>.error.log warn;

View File

@@ -9,8 +9,8 @@ server {
access_log /var/log/nginx/<<HOSTNAME>>-access.log;
error_log /var/log/nginx/<<HOSTNAME>>-error.log warn;
ssl_certificate /etc/letsencrypt/live/<<HOSTNAME>>/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/<<HOSTNAME>>/privkey.pem;
ssl_certificate ${NM_CERTPATH}/live/<<HOSTNAME>>/fullchain.pem;
ssl_certificate_key ${NM_CERTPATH}/live/<<HOSTNAME>>/privkey.pem;
include conf.d/include/ssl-ciphers.conf;
index index.php index.html index.htm;