Skip to content

Commit d08604f

Browse files
committed
Update nginx.conf
1 parent 2b839af commit d08604f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webserver/nginx.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user nginx;
2-
worker_processes 1;
2+
worker_processes auto;
33

44
error_log /var/log/nginx/error.log warn;
55
pid /var/run/nginx.pid;
@@ -11,7 +11,6 @@ events {
1111

1212

1313
http {
14-
1514
include /etc/nginx/mime.types;
1615
default_type application/octet-stream;
1716

0 commit comments

Comments
 (0)