mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2026-02-05 07:40:55 +01:00
Included steps for adding SSL certificate from a CA other than letsencrypt
This commit is contained in:
@@ -25,9 +25,14 @@ server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443;
|
||||
|
||||
## Configuration for Letsencrypt SSL Certificate
|
||||
ssl_certificate /etc/letsencrypt/live/$NGINX_HOSTNAME/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/$NGINX_HOSTNAME/privkey.pem;
|
||||
|
||||
## Configuration for SSL Certificate from a CA other than Letsencrypt
|
||||
#ssl_certificate /etc/ssl/fullchain.pem;
|
||||
#ssl_certificate_key /etc/ssl/privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://docker-scalelite;
|
||||
proxy_read_timeout 60s;
|
||||
|
||||
0
nginx/ssl/.placeholder_for_ssl_certificates
Normal file
0
nginx/ssl/.placeholder_for_ssl_certificates
Normal file
Reference in New Issue
Block a user