forked from x/ContextOS
opt some
This commit is contained in:
parent
b9b3b5a7be
commit
6b38afaa80
@ -5,6 +5,12 @@ ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
client_max_body_size 100m;
|
||||
client_body_timeout 300s;
|
||||
|
||||
client_body_in_file_only clean;
|
||||
client_body_buffer_size 16K;
|
||||
client_body_temp_path /tmp/nginx/client_body_temp;
|
||||
|
||||
|
||||
proxy_set_header X-HOST $scheme://$http_host;
|
||||
proxy_set_header X-Real-Port $remote_port;
|
||||
|
Loading…
x
Reference in New Issue
Block a user