add img.shad.moe
This commit is contained in:
parent
ede9fb7713
commit
b6d7dc1d32
1 changed files with 18 additions and 0 deletions
18
http.d/img.shad.moe
Normal file
18
http.d/img.shad.moe
Normal 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;
|
||||||
|
}
|
Loading…
Reference in a new issue