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 {
|
||||
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 / {
|
||||
proxy_pass http://pdsite;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue