Spaces:
Build error
Build error
Update etc/nginx/nginx.conf
Browse files- etc/nginx/nginx.conf +4 -3
etc/nginx/nginx.conf
CHANGED
@@ -25,6 +25,7 @@ http {
|
|
25 |
include /etc/nginx/conf.d/http/*.conf;
|
26 |
}
|
27 |
|
28 |
-
stream
|
29 |
-
|
30 |
-
|
|
|
|
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 |
+
# }
|