Initial commit
This commit is contained in:
commit
3d0d6c61ec
10 changed files with 246 additions and 0 deletions
|
|
@ -0,0 +1,13 @@
|
|||
# ANSIBLE MAINTAINED FILE - DO NOT EDIT MANUALLY
|
||||
ssl_protocols TLSv1.3;
|
||||
ssl_ecdh_curve X25519MLKEM768:X25519:prime256v1:secp384r1;
|
||||
ssl_prefer_server_ciphers off;
|
||||
ssl_dhparam /etc/nginx/dhparam.pem;
|
||||
|
||||
client_max_body_size 512m;
|
||||
client_body_buffer_size 16k;
|
||||
large_client_header_buffers 4 16k;
|
||||
client_body_timeout 30s;
|
||||
client_header_timeout 30s;
|
||||
send_timeout 30s;
|
||||
keepalive_timeout 65s;
|
||||
Loading…
Add table
Add a link
Reference in a new issue