mirror of
https://github.com/KevinMidboe/nginx.git
synced 2025-12-08 04:18:52 +00:00
All ssl_certificate_* paths are without "-000*" suffix
This commit is contained in:
@@ -20,8 +20,8 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://10.0.0.66:8080;
|
||||
}
|
||||
ssl_certificate /etc/letsencrypt/live/hitler.kevinmidboe.com-0001/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/hitler.kevinmidboe.com-0001/privkey.pem; # managed by Certbot
|
||||
ssl_certificate /etc/letsencrypt/live/hitler.kevinmidboe.com/fullchain.pem; # managed by Certbot
|
||||
ssl_certificate_key /etc/letsencrypt/live/hitler.kevinmidboe.com/privkey.pem; # managed by Certbot
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user