about summary refs log tree commit diff
path: root/users/grfn
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2022-03-16T23·40-0400
committerclbot <clbot@tvl.fyi>2022-04-06T14·26+0000
commitf34e4d746948f90329bfc6e05d79b8878c6a409c (patch)
tree617cdbdaa2d25c3dff61c00b7001c80fc89dbafc /users/grfn
parent30afbb962b35be6b726e97c583031a1e005fda9f (diff)
fix(grfn/mugwump): Set nginx.recommendedProxySettings r/3931
Apparently grafana needs this now

Change-Id: I197837d831bd7bfde17cbb5dd253e9758578ff6d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5434
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/grfn')
-rw-r--r--users/grfn/system/system/machines/mugwump.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/system/machines/mugwump.nix b/users/grfn/system/system/machines/mugwump.nix
index ab0a28ad8c..bfe575ec6c 100644
--- a/users/grfn/system/system/machines/mugwump.nix
+++ b/users/grfn/system/system/machines/mugwump.nix
@@ -138,6 +138,7 @@ with lib;
     recommendedGzipSettings = true;
     recommendedOptimisation = true;
     recommendedTlsSettings = true;
+    recommendedProxySettings = true;
 
     virtualHosts = {
       "metrics.gws.fyi" = {