diff options
Diffstat (limited to 'hosts/vidhar/prometheus')
-rw-r--r-- | hosts/vidhar/prometheus/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/vidhar/prometheus/default.nix b/hosts/vidhar/prometheus/default.nix index 4a666e95..8d7b0fe8 100644 --- a/hosts/vidhar/prometheus/default.nix +++ b/hosts/vidhar/prometheus/default.nix | |||
@@ -400,6 +400,8 @@ in { | |||
400 | ssl_client_certificate ${./ca/ca.crt}; | 400 | ssl_client_certificate ${./ca/ca.crt}; |
401 | ssl_trusted_certificate ${./ca/ca.crt}; | 401 | ssl_trusted_certificate ${./ca/ca.crt}; |
402 | ssl_verify_client on; | 402 | ssl_verify_client on; |
403 | |||
404 | client_max_body_size 0; | ||
403 | ''; | 405 | ''; |
404 | locations."/" = { | 406 | locations."/" = { |
405 | proxyPass = "http://prometheus/"; | 407 | proxyPass = "http://prometheus/"; |