aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)