updates
This commit is contained in:
parent
a115a8614a
commit
8d3aebf9ca
4 changed files with 114 additions and 93 deletions
|
@ -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