Update Production HTTPS Setup

Linden Crandall 2025-02-11 00:35:34 +00:00
parent 6674d8dcb2
commit 2f9c56f0e2

@ -9,7 +9,7 @@ ENABLE_IPV6=true
MAIN_HTTP_PORT=7757
NGINX_HTTP_PORT=80
NGINX_HTTPS_PORT=443
HOST=<HOSTNAME>
HOST=automatisch.lasthourhosting.org
PROTOCOL=http
APP_ENV=production
REDIS_HOST=redis
@ -17,7 +17,12 @@ POSTGRES_HOST=postgres
POSTGRES_DATABASE=automatisch
POSTGRES_USERNAME=automatisch_user
POSTGRES_PASSWORD=automatisch_password
ENCRYPTION_KEY=REDACTED
WEBHOOK_SECRET_KEY=REDACTED
APP_SECRET_KEY=REDACTED
SSL_CERT_EMAIL=support@shilohcode.com
SSL_SELF_SIGNED_CRT=shiloh_automatisch.local.crt
SSL_SELF_SIGNED_KEY=shiloh_automatisch.local.key
IPV6_SUBNET=2001:db8:2::/64
```
- change .env file's owner and group to lasthour: `sudo chown lasthour:lasthour .env`