2023-12-15 15:18:36 +00:00
|
|
|
{...}: {
|
2023-06-19 19:08:25 +00:00
|
|
|
services.nginx = {
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
recommendedTlsSettings = true;
|
|
|
|
recommendedOptimisation = true;
|
|
|
|
recommendedGzipSettings = true;
|
|
|
|
recommendedProxySettings = true;
|
2023-09-19 17:33:38 +00:00
|
|
|
|
|
|
|
# disable max body size
|
|
|
|
# clientMaxBodySize = "0";
|
2023-06-19 19:08:25 +00:00
|
|
|
};
|
|
|
|
|
2023-12-15 15:18:36 +00:00
|
|
|
imports = [
|
|
|
|
./laurent
|
|
|
|
./n7
|
|
|
|
];
|
2023-06-19 19:08:25 +00:00
|
|
|
}
|