aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Zhao <[email protected]>2017-03-31 10:41:11 +0800
committerClark Zhao <[email protected]>2017-03-31 11:11:08 +0800
commit6a150e5ba2a0c390e09078154f8d08dbf1d621d9 (patch)
tree20411bad92fb9530001b9f9023f8593acbed6525 /nginx.conf
parentf9faaa21d6b986be0b3faf13e505a9e1cb94f2db (diff)
downloadnginx-proxy-google-6a150e5ba2a0c390e09078154f8d08dbf1d621d9.tar.gz
update
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx.conf b/nginx.conf
index 2b5da16..8d796d0 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -1,5 +1,5 @@
1user nginx; 1user nginx;
2worker_processes 1; 2worker_processes auto;
3 3
4events { 4events {
5 worker_connections 1024; 5 worker_connections 1024;
@@ -28,4 +28,4 @@ http {
28 root html; 28 root html;
29 } 29 }
30 } 30 }
31} \ No newline at end of file 31}
Powered by cgit v1.2.3 (git 2.41.0)