feat: add park with https for catchall
This commit is contained in:
parent
936991dc59
commit
2e53572b0a
2 changed files with 2 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue