mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-05-06 11:02:20 +02:00
fix: fixes issues with immich (not entirely yet)
This commit is contained in:
parent
9cd9f58165
commit
3acb64e8dc
1 changed files with 7 additions and 1 deletions
|
|
@ -6,9 +6,15 @@
|
||||||
sslCertificateKey = "/var/lib/acme/liv.town/key.pem";
|
sslCertificateKey = "/var/lib/acme/liv.town/key.pem";
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
# proxyPass = "http://unix:${toString config.services.anubis.instances.librey.settings.BIND}";
|
# 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;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
extraConfig = ''
|
||||||
|
client_body_buffer_size 1024k;
|
||||||
|
proxy_request_buffering off;
|
||||||
|
proxy_http_version 1.1;
|
||||||
|
proxy_redirect off;
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue