diff options
| author | Mel <einebeere@gmail.com> | 2023-10-16 11:58:12 +0000 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-10-16 11:58:12 +0000 |
| commit | ef5de4798a22801a1e67d63d9078c039ab13f94c (patch) | |
| tree | 5f37124b2a296ed265d26597fc0b42e492290abe /configuration.nix | |
| parent | 829baafb8acaa47270a33f50c4109fef70c6d520 (diff) | |
| download | rnrd-ef5de4798a22801a1e67d63d9078c039ab13f94c.tar.zst rnrd-ef5de4798a22801a1e67d63d9078c039ab13f94c.zip | |
Use recommended Nginx settings
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index af120b3..5378d07 100644 --- a/configuration.nix +++ b/configuration.nix @@ -57,7 +57,13 @@ in enable = true; useRoutingFeatures = "client"; }; - nginx.enable = true; + nginx = { + enable = true; + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedProxySettings = true; + recommendedTlsSettings = true; + }; }; virtualisation = { |
