]> jfr.im git - uguu.git/blobdiff - docker/nginx/nginx.conf
1.7.0
[uguu.git] / docker / nginx / nginx.conf
index e9627544ca27e6371e947534acf11ad5a5c1d671..56543da3c258870e485c26e5df8c1f49e59514da 100644 (file)
@@ -4,8 +4,8 @@ pid /run/nginx.pid;
 include /etc/nginx/modules-enabled/*.conf;
 
 events {
-        worker_connections 768;
-        multi_accept on;
+        worker_connections 4096;
+        multi_accept on;
 }
 
 http {
@@ -37,7 +37,7 @@ http {
         # Logging Settings
         ##
 
-        access_log /var/log/nginx/access.log;
+        access_log off;
         error_log /var/log/nginx/error.log;
 
         ##