Update
This commit is contained in:
parent
53750afbe3
commit
3864e34ffd
4 changed files with 65 additions and 58 deletions
|
|
@ -35,6 +35,9 @@ in {
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations = config.services.nginx.virtualHosts."matrix.kylekrein.com".locations;
|
||||
extraConfig = ''
|
||||
client_max_body_size 1G;
|
||||
'';
|
||||
};
|
||||
|
||||
"turn.kylekrein.com" = {
|
||||
|
|
@ -71,6 +74,9 @@ in {
|
|||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations = matrixLocations;
|
||||
extraConfig = ''
|
||||
client_max_body_size 1G;
|
||||
'';
|
||||
};
|
||||
|
||||
"immich.kylekrein.com" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue