summaryrefslogtreecommitdiffhomepage
path: root/conf/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/nginx.conf')
-rw-r--r--conf/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/nginx.conf b/conf/nginx.conf
index 8d65445eb..783ea2e7d 100644
--- a/conf/nginx.conf
+++ b/conf/nginx.conf
@@ -1,13 +1,13 @@
#user nobody;
-worker_processes 3;
+worker_processes 1;
#error_log logs/error.log;
#pid logs/nginx.pid;
events {
- connections 1024;
+ worker_connections 1024;
}
@@ -25,7 +25,7 @@ http {
server {
listen 80;
- charset koi8-r;
+ #charset koi8-r;
#access_log logs/access.log;