add img.shad.moe

This commit is contained in:
Michael 2024-11-13 16:45:31 +00:00
parent ede9fb7713
commit b6d7dc1d32

18
http.d/img.shad.moe Normal file
View file

@ -0,0 +1,18 @@
server {
server_name img.shad.moe www.img.shad.moe;
ssl_certificate /etc/letsencrypt/live/img.shad.moe/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/img.shad.moe/privkey.pem;
ssl_trusted_certificate /etc/letsencrypt/live/img.shad.moe/fullchain.pem;
include snippets/global/common-ssl.conf;
include snippets/proxy/common-proxy-headers.conf;
location / {
proxy_pass http://immich/;
}
include snippets/global/errors/http-cat-error-pages.conf;
}