Restore alternate domain redirect
All checks were successful
/ terraform (push) Successful in 1m52s
/ ansible (push) Successful in 4m46s

This commit is contained in:
Jake Howard 2025-05-02 19:58:58 +01:00
parent 4ca054efa0
commit d59e140924
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ nginx_https_redirect: true
certbot_certs:
- domains:
- theorangeone.net
- jakehoward.tech
- domains:
- plausible.theorangeone.net
- elbisualp.theorangeone.net

View file

@ -24,7 +24,7 @@
mode: "0644"
notify: reload nginx
vars:
server_name: theorangeone.net
server_name: theorangeone.net jakehoward.tech
upstream: website-website-1.docker:8000
ssl_cert_path: /etc/letsencrypt/live/theorangeone.net
location_extra: |