removing tls block for simplicity

This commit is contained in:
Grant Birkinbine 2021-03-25 10:43:14 -07:00 committed by GitHub
parent ce185e4543
commit 26e381f279
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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