feat: add park with https for catchall

This commit is contained in:
Strix 2023-12-23 22:26:13 +01:00
parent 936991dc59
commit 2e53572b0a
No known key found for this signature in database
GPG key ID: 5F35B3B8537287A7
2 changed files with 2 additions and 5 deletions

View file

@ -1,10 +1,7 @@
server { server {
listen 80; listen 80;
server_name _; server_name park.ixvd.net, _;
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
# default html page
location / { location / {
proxy_pass http://pdsite; proxy_pass http://pdsite;
} }

View file

@ -7,7 +7,7 @@ services:
build: custom/nginx build: custom/nginx
environment: environment:
CERTBOT_EMAIL: "webmaster@ixvd.net" CERTBOT_EMAIL: "webmaster@ixvd.net"
CERTBOT_DOMAINS: "keymaker.ixvd.net,ixvd.net,via.ixvd.net,cdn.ixvd.net" CERTBOT_DOMAINS: "keymaker.ixvd.net,ixvd.net,via.ixvd.net,cdn.ixvd.net,park.ixvd.net"
volumes: volumes:
- /srv/certbot/data:/etc/letsencrypt - /srv/certbot/data:/etc/letsencrypt
- /srv/certbot/other/www:/var/www/certbot - /srv/certbot/other/www:/var/www/certbot