diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 21:27:15 +0200 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2021-08-14 21:27:15 +0200 |
| commit | 0174cd04b49c9df8f77733c164845e138d7ebc35 (patch) | |
| tree | 9a6328be4e361a0a17bf66c2d49283cc598f521d | |
| parent | 8aaded1faa85072860b5988d4922a77e7111a12b (diff) | |
disable nginx access logs and debug nginx
| -rw-r--r-- | config/services/web/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/services/web/default.nix b/config/services/web/default.nix index 23f7394..665e0c0 100644 --- a/config/services/web/default.nix +++ b/config/services/web/default.nix @@ -17,5 +17,9 @@ return 444; ''; }; + appendHttpConfig = '' + types_hash_max_size 2048; + access_log /dev/null; + ''; }; } |
