Compare commits
5 commits
7233480d5a
...
d5616a2477
| Author | SHA1 | Date | |
|---|---|---|---|
| d5616a2477 | |||
| d599809460 | |||
| 7f0cf67413 | |||
| 34e1903471 | |||
| c30e0c770a |
1 changed files with 8 additions and 10 deletions
|
|
@ -10,15 +10,13 @@
|
||||||
description = "The base domain name to append to virtual domain names";
|
description = "The base domain name to append to virtual domain names";
|
||||||
};
|
};
|
||||||
|
|
||||||
config = {
|
config.services.nginx = {
|
||||||
services.nginx = {
|
enable = true;
|
||||||
enable = true;
|
recommendedTlsSettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedOptimisation = true;
|
||||||
recommendedOptimisation = true;
|
recommendedGzipSettings = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedProxySettings = true;
|
clientMaxBodySize = "10G";
|
||||||
clientMaxBodySize = "10G";
|
statusPage = true; # For metrics, should be accessible only from localhost
|
||||||
statusPage = true; # For metrics, should be accessible only from localhost
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue