clone3 commited on
Commit
2ba6544
·
verified ·
1 Parent(s): b4bed48

Update etc/nginx/nginx.conf

Browse files
Files changed (1) hide show
  1. etc/nginx/nginx.conf +2 -2
etc/nginx/nginx.conf CHANGED
@@ -1,6 +1,6 @@
1
  worker_processes auto;
2
 
3
- # Comment or remove the user directive
4
  # user nginx;
5
 
6
  error_log /var/log/nginx/error.log notice;
@@ -25,7 +25,7 @@ http {
25
  include /etc/nginx/conf.d/http/*.conf;
26
  }
27
 
28
- # Remove or comment out the stream block if not needed
29
  # stream {
30
  # include /etc/nginx/conf.d/stream/*.conf;
31
  # }
 
1
  worker_processes auto;
2
 
3
+ # Comment out the user directive
4
  # user nginx;
5
 
6
  error_log /var/log/nginx/error.log notice;
 
25
  include /etc/nginx/conf.d/http/*.conf;
26
  }
27
 
28
+ # Comment out the stream block if not needed
29
  # stream {
30
  # include /etc/nginx/conf.d/stream/*.conf;
31
  # }