Update Production HTTPS Setup

Linden Crandall 2025-02-07 18:51:37 +00:00
parent cad33daa5f
commit 7373f76705

@ -55,7 +55,7 @@ SSL_CERT_EMAIL=support@shilohcode.com
- main - main
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ./https/nginx/initial_automatisch_letsencrypt_nginx.conf:/etc/nginx/conf.d/ - ./https/nginx/secondary_automatisch_letsencrypt_nginx.conf:/etc/nginx/conf.d/
- ./certbot/conf:/etc/letsencrypt - ./certbot/conf:/etc/letsencrypt
- ./certbot/www:/var/www/certbot - ./certbot/www:/var/www/certbot
ports: ports:
@ -63,7 +63,7 @@ SSL_CERT_EMAIL=support@shilohcode.com
- 443:443 - 443:443
``` ```
- secondary_automatisch_letsencrypt_nginx.conf: - secondary_automatisch_letsencrypt_nginx.conf, add the HOST entries to the file and save it before continuing:
``` ```
# nginx conf file to use after LetsEncrypt SSL certs have been created # nginx conf file to use after LetsEncrypt SSL certs have been created
# replace<HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org # replace<HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org