]> jfr.im git - uguu.git/blobdiff - templates/nginx_confs/nginx.conf
Update README.md
[uguu.git] / templates / nginx_confs / nginx.conf
index 370acd07701bcd42e82a095b51c40d2a8bf21fb9..c2bbda3858319afec40021c7f0b4480f596167e8 100644 (file)
@@ -1,6 +1,5 @@
 user www-data;
 worker_processes auto;
-worker_rlimit_nofile 40000;
 pid /run/nginx.pid;
 include /etc/nginx/modules-enabled/*.conf;
 
@@ -12,9 +11,6 @@ events {
 }
 
 http {
-ssl_session_cache shared:SSL:5m;
-ssl_session_timeout 12h;
-ssl_session_tickets off;
 
 ##
 # Basic Settings
@@ -35,13 +31,6 @@ client_max_body_size 128m;
 include /etc/nginx/mime.types;
 default_type application/octet-stream;
 
-##
-# SSL Settings
-##
-
-ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
-ssl_prefer_server_ciphers on;
-
 ##
 # Logging Settings
 ##