vueko/nginx: Enable recommended proxy settings

pull/48/head
Simon Bruder 2021-03-07 15:49:24 +01:00
parent e72d225a0a
commit b6e2d2f347
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 3 additions and 2 deletions

View File

@ -46,9 +46,10 @@ in
services.nginx = {
enable = true;
recommendedTlsSettings = true;
recommendedOptimisation = true;
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
"vueko.sbruder.de" = {