summaryrefslogtreecommitdiffstats
path: root/tv/2configs
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-08-20 22:32:00 +0200
committertv <tv@krebsco.de>2022-08-20 22:32:17 +0200
commit12cc11be09bf0d37e138ce29eea4beab7b61d9e4 (patch)
treece14c8c95bf30193cf4b1d184e8536f1a706a284 /tv/2configs
parent5766426567be2251ac57c1ef5e4f6a5092b4aabc (diff)
tv nginx: enable reload
Diffstat (limited to 'tv/2configs')
-rw-r--r--tv/2configs/nginx/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/nginx/default.nix b/tv/2configs/nginx/default.nix
index e68fc71..efea3a8 100644
--- a/tv/2configs/nginx/default.nix
+++ b/tv/2configs/nginx/default.nix
@@ -4,6 +4,8 @@ with import <stockholm/lib>;
{
services.nginx = {
+ enableReload = true;
+
recommendedGzipSettings = true;
recommendedOptimisation = true;
recommendedTlsSettings = true;