diff options
author | Ben Sima <ben@bsima.me> | 2019-04-24 23:11:53 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-04-24 23:11:53 -0700 |
commit | eeedd370e3fe84f2701307587cd19650dbd1fd04 (patch) | |
tree | 605866affb655ef7eebfd71c5a42b7e6f76ea4af /depo | |
parent | bc4c25e742d5e26aacf749372ce706bbfd899734 (diff) |
formatting
Diffstat (limited to 'depo')
-rw-r--r-- | depo/nutin-madaj/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depo/nutin-madaj/configuration.nix b/depo/nutin-madaj/configuration.nix index d8e1e83..6ca0de1 100644 --- a/depo/nutin-madaj/configuration.nix +++ b/depo/nutin-madaj/configuration.nix @@ -43,8 +43,8 @@ in proxyPass = "http://${bensIp}:3099"; proxyWebsockets = true; extraConfig = '' - proxy_buffering off; - proxy_read_timeout 86400; + proxy_buffering off; + proxy_read_timeout 86400; ''; }; |