formatting.
This commit is contained in:
parent
487fe1f4c2
commit
1e6a1e3f93
5 changed files with 22 additions and 23 deletions
|
@ -8,7 +8,7 @@
|
|||
imports = [
|
||||
../../configs/nixos/nginx.nix
|
||||
];
|
||||
services.nginx.clientMaxBodySize="100m";
|
||||
services.nginx.clientMaxBodySize = "100m";
|
||||
services.nginx.virtualHosts = {
|
||||
"gabevenberg.com" = {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue