1
0
Fork 0
forked from DGNum/lab-infra
lab-infra/machines/photo01/nginx.nix

10 lines
225 B
Nix

{
services.nginx = {
enable = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedProxySettings = true;
clientMaxBodySize = "500m";
};
}