empyrean: add an immich vhost that goes nowhere for now
This commit is contained in:
parent
ea3cad091d
commit
5a7bbfe74d
@ -82,6 +82,15 @@
|
||||
'';
|
||||
locations."/".proxyPass = "http://mirror.backyard.home:7474/";
|
||||
};
|
||||
# immich revproxy
|
||||
"immich.ktvb.site" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
extraConfig = ''
|
||||
access_log /var/log/nginx/access_immich.alogoulogoi.com.log;
|
||||
'';
|
||||
locations."/".proxyPass = "http://localhost:3000";
|
||||
};
|
||||
# immich proxy revproxy
|
||||
"ipp.ktvb.site" = {
|
||||
enableACME = true;
|
||||
|
Loading…
Reference in New Issue
Block a user