feat: move dandelion-proxy -> immich-proxy

This commit is contained in:
Ahwx 2026-05-24 20:50:39 +02:00
parent 2df9d42672
commit 57b87511d0

View file

@ -6,14 +6,14 @@
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://localhost:2283";
proxyWebsockets = true;
};
extraConfig = ''
client_body_buffer_size 1024k;
proxy_request_buffering off;
proxy_http_version 1.1;
proxy_redirect off;
client_body_buffer_size 1024k;
proxy_request_buffering off;
proxy_http_version 1.1;
proxy_redirect off;
'';
};
};