Spaces:
Build error
Build error
Update etc/nginx/nginx.conf
Browse files- etc/nginx/nginx.conf +2 -2
etc/nginx/nginx.conf
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
worker_processes auto;
|
2 |
|
3 |
-
# Comment
|
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 |
-
#
|
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 |
# }
|