This commit is contained in:
Vivian 2024-08-20 16:56:58 +02:00
parent a115a8614a
commit 8d3aebf9ca
4 changed files with 114 additions and 93 deletions

View file

@ -46,7 +46,7 @@ in
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedBrotliSettings = true;
clientMaxBodySize = "500m";
clientMaxBodySize = "5000M";
package = pkgs.nginxMainline;
@ -89,6 +89,13 @@ in
# '';
};
"immich.0x76.dev" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://10.42.42.4:2283";
locations."/".proxyWebsockets = true;
};
"blog.xirion.net" = {
enableACME = true;
forceSSL = true;