diff options
| author | Kana <[email protected]> | 2021-04-24 12:32:19 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-24 12:32:19 +0900 |
| commit | 2bd32f927b4256b385fb81686c0f26cb251bfee4 (patch) | |
| tree | 5554be85d4f7a54c4f4e468030813ea86c777133 /docker/nginx | |
| parent | Create sites.md (diff) | |
| parent | Removes duplicated entries in nginx.conf (diff) | |
| download | host.fuwn.me-2bd32f927b4256b385fb81686c0f26cb251bfee4.tar.xz host.fuwn.me-2bd32f927b4256b385fb81686c0f26cb251bfee4.zip | |
Merge pull request #272 from Swaggaaa/patch-1
Removes duplicated entries in nginx.conf
Diffstat (limited to 'docker/nginx')
| -rw-r--r-- | docker/nginx/nginx.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/nginx/nginx.conf b/docker/nginx/nginx.conf index 06ec5f3..2e1569f 100644 --- a/docker/nginx/nginx.conf +++ b/docker/nginx/nginx.conf @@ -19,8 +19,6 @@ http { server_tokens off; log_not_found off; types_hash_max_size 2048; - client_max_body_size 90M; - client_body_timeout 600s; # MIME include mime.types; |