1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-03-17 21:11:06 +08:00
parent b9b3b5a7be
commit 6b38afaa80

View File

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