Fix cert path
This commit is contained in:
parent
bad6ec3192
commit
02d4c5684a
1 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@ server {
|
||||||
error_log /var/log/nginx/{{ item.name }}.error.log;
|
error_log /var/log/nginx/{{ item.name }}.error.log;
|
||||||
|
|
||||||
# Use LetsEncrypt SSL
|
# Use LetsEncrypt SSL
|
||||||
ssl_certificate /etc/letsencrypt/live/auro.re-0001/fullchain.pem;
|
ssl_certificate /etc/letsencrypt/live/auro.re/fullchain.pem;
|
||||||
ssl_certificate_key /etc/letsencrypt/live/auro.re-0001/privkey.pem;
|
ssl_certificate_key /etc/letsencrypt/live/auro.re/privkey.pem;
|
||||||
ssl_trusted_certificate /etc/letsencrypt/live/auro.re-0001/chain.pem;
|
ssl_trusted_certificate /etc/letsencrypt/live/auro.re/chain.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_redirect off;
|
proxy_redirect off;
|
||||||
|
|
Loading…
Reference in a new issue