mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
hosts/plover: update nginx configuration
This commit is contained in:
parent
ccb05b35ae
commit
61f8457584
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user