diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nginx/nginx.conf | 24 |
1 files changed, 1 insertions, 23 deletions
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; -# } -#} |
