updates
This commit is contained in:
parent
a115a8614a
commit
8d3aebf9ca
4 changed files with 114 additions and 93 deletions
|
@ -83,10 +83,6 @@
|
|||
mac = "00:50:56:91:0d:69";
|
||||
type = "vm";
|
||||
};
|
||||
"immich" = {
|
||||
ip = "192.168.0.116";
|
||||
mac = "06:8a:8e:3e:43:45";
|
||||
};
|
||||
"mail" = {
|
||||
ip = "192.168.0.118";
|
||||
mac = "00:50:56:91:3b:03";
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue