chore: add recommendedOptimisation to nginx

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-26 21:37:35 +05:30
parent f889b8d1cd
commit 3db184dc81
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -70,8 +70,10 @@ in {
services.nginx = { services.nginx = {
enable = true; enable = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true; recommendedGzipSettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
virtualHosts = { virtualHosts = {
"${domain}" = { "${domain}" = {
serverName = "${domain}"; serverName = "${domain}";