mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: update nginx configuration
This commit is contained in:
parent
ccb05b35ae
commit
61f8457584
@ -11,12 +11,15 @@
|
||||
|
||||
package = pkgs.nginxMainline;
|
||||
|
||||
recommendedBrotliSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
|
||||
# Some more server-sided compressions.
|
||||
recommendedBrotliSettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedZstdSettings = true;
|
||||
|
||||
proxyCachePath.apps = {
|
||||
enable = true;
|
||||
keysZoneName = "apps";
|
||||
|
Loading…
Reference in New Issue
Block a user