removing tls block for simplicity
This commit is contained in:
parent
ce185e4543
commit
26e381f279
@ -38,13 +38,6 @@ http {
|
|||||||
client_max_body_size 8m;
|
client_max_body_size 8m;
|
||||||
large_client_header_buffers 2 1k;
|
large_client_header_buffers 2 1k;
|
||||||
|
|
||||||
# # SSL / TLS Settings - Suggested for Security
|
|
||||||
# ssl_protocols TLSv1.2 TLSv1.3;
|
|
||||||
# ssl_session_timeout 15m;
|
|
||||||
# ssl_ciphers ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256;
|
|
||||||
# ssl_prefer_server_ciphers on;
|
|
||||||
# ssl_session_tickets off;
|
|
||||||
|
|
||||||
include /etc/nginx/conf.d/*.conf;
|
include /etc/nginx/conf.d/*.conf;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user