Removes duplicated entries in nginx.conf

This commit is contained in:
Sergi Ibànyez Peña 2021-04-24 04:14:28 +02:00 committed by GitHub
parent fd0a106cea
commit 2267e3ea55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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;