From 8caabef3412f9368888bc50eacda1fac3f08b039 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 15 Oct 2025 14:15:47 -0700 Subject: config file cleanup --- etc/nginx/nginx.conf | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) (limited to 'etc') diff --git a/etc/nginx/nginx.conf b/etc/nginx/nginx.conf index 3eab3a5..8830be7 100644 --- a/etc/nginx/nginx.conf +++ b/etc/nginx/nginx.conf @@ -30,7 +30,7 @@ http { # SSL Settings ## - ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; # Dropping SSLv3, ref: POODLE + ssl_protocols TLSv1.2 TLSv1.3; ssl_prefer_server_ciphers on; ## @@ -63,25 +63,3 @@ http { # If a .gz suffixed version of a file exists, serve it instead. gzip_static on; } - - -#mail { -# # See sample authentication script at: -# # http://wiki.nginx.org/ImapAuthenticateWithApachePhpScript -# -# # auth_http localhost/auth.php; -# # pop3_capabilities "TOP" "USER"; -# # imap_capabilities "IMAP4rev1" "UIDPLUS"; -# -# server { -# listen localhost:110; -# protocol pop3; -# proxy on; -# } -# -# server { -# listen localhost:143; -# protocol imap; -# proxy on; -# } -#} -- cgit v1.2.3