fix: fixes issues with immich (not entirely yet)

This commit is contained in:
Ahwx 2026-04-24 11:08:25 +02:00
parent 9cd9f58165
commit 3acb64e8dc

View file

@ -6,9 +6,15 @@
sslCertificateKey = "/var/lib/acme/liv.town/key.pem";
locations."/" = {
# proxyPass = "http://unix:${toString config.services.anubis.instances.librey.settings.BIND}";
proxyPass = "http://172.16.10.130:2283";
proxyPass = "http://172.16.10.185:2283";
proxyWebsockets = true;
};
extraConfig = ''
client_body_buffer_size 1024k;
proxy_request_buffering off;
proxy_http_version 1.1;
proxy_redirect off;
'';
};
};
}