Removed unnecessary Nginx configuration
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Yurii Vlasov 2023-01-27 17:58:26 +02:00
parent 827dff09c5
commit d3b0876054
1 changed files with 0 additions and 8 deletions

View File

@ -19,7 +19,6 @@ http {
server_tokens off;
types_hash_max_size 2048;
types_hash_bucket_size 64;
client_max_body_size 500M;
# rootless
client_body_temp_path /tmp/client_temp;
@ -49,16 +48,10 @@ http {
'"request_method": "$request_method",'
'"request_time": "$request_time",'
'"server_addr": "$server_addr",'
'"server_name": "$server_name",'
'"server_port": "$server_port",'
'"server_protocol": "$server_protocol",'
'"status": "$status",'
'"time_local": "$time_local",'
'"upstream_bytes_received": "$upstream_bytes_received",'
'"upstream_connect_time": "$upstream_connect_time",'
'"upstream_header_time": "$upstream_header_time",'
'"upstream_response_length": "$upstream_response_length",'
'"upstream_response_time": "$upstream_response_time",'
'"uri": "$uri"'
'}';
@ -95,7 +88,6 @@ http {
image/svg+xml
image/x-icon
audio/wav;
gzip_disable "MSIE [1-6]\.";
map_hash_max_size 128;
map_hash_bucket_size 128;