Compare commits

..

5 commits

View file

@ -10,8 +10,7 @@
description = "The base domain name to append to virtual domain names";
};
config = {
services.nginx = {
config.services.nginx = {
enable = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
@ -20,5 +19,4 @@
clientMaxBodySize = "10G";
statusPage = true; # For metrics, should be accessible only from localhost
};
};
}