From 2fa1c96ef1d3fc9f106e852644dec3fff435e129 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 3 Dec 2024 18:05:31 +0000 Subject: [PATCH] add z and drop --- http.d/drop.shad.moe | 18 ++++++++++++++++++ http.d/z.shad.moe | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 http.d/drop.shad.moe create mode 100644 http.d/z.shad.moe diff --git a/http.d/drop.shad.moe b/http.d/drop.shad.moe new file mode 100644 index 0000000..f2b818e --- /dev/null +++ b/http.d/drop.shad.moe @@ -0,0 +1,18 @@ +server { + + server_name drop.shad.moe www.drop.shad.moe; + + ssl_certificate /etc/letsencrypt/live/drop.shad.moe/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/drop.shad.moe/privkey.pem; + ssl_trusted_certificate /etc/letsencrypt/live/drop.shad.moe/fullchain.pem; + + include snippets/global/common-ssl.conf; + + include snippets/proxy/common-proxy-headers.conf; + + location / { + proxy_pass http://pairdrop; + } + + include snippets/global/errors/http-cat-error-pages.conf; +} diff --git a/http.d/z.shad.moe b/http.d/z.shad.moe new file mode 100644 index 0000000..79fbfa9 --- /dev/null +++ b/http.d/z.shad.moe @@ -0,0 +1,18 @@ +server { + + server_name z.shad.moe www.z.shad.moe; + + ssl_certificate /etc/letsencrypt/live/z.shad.moe/fullchain.pem; + ssl_certificate_key /etc/letsencrypt/live/z.shad.moe/privkey.pem; + ssl_trusted_certificate /etc/letsencrypt/live/z.shad.moe/fullchain.pem; + + include snippets/global/common-ssl.conf; + + include snippets/proxy/common-proxy-headers.conf; + + location / { + proxy_pass http://zipline; + } + + include snippets/global/errors/http-cat-error-pages.conf; +}