hosts/plover: update nginx configuration

This commit is contained in:
Gabriel Arazas 2023-10-04 15:53:43 +08:00
parent ccb05b35ae
commit 61f8457584
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -11,12 +11,15 @@
package = pkgs.nginxMainline; package = pkgs.nginxMainline;
recommendedBrotliSettings = true;
recommendedGzipSettings = true;
recommendedOptimisation = true; recommendedOptimisation = true;
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
# Some more server-sided compressions.
recommendedBrotliSettings = true;
recommendedGzipSettings = true;
recommendedZstdSettings = true;
proxyCachePath.apps = { proxyCachePath.apps = {
enable = true; enable = true;
keysZoneName = "apps"; keysZoneName = "apps";