diff options
author | Griffin Smith <grfn@gws.fyi> | 2022-03-16T23·40-0400 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-04-06T14·26+0000 |
commit | f34e4d746948f90329bfc6e05d79b8878c6a409c (patch) | |
tree | 617cdbdaa2d25c3dff61c00b7001c80fc89dbafc /users/grfn | |
parent | 30afbb962b35be6b726e97c583031a1e005fda9f (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.nix | 1 |
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 ab0a28ad8c99..bfe575ec6cb6 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" = { |