mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 18:35:51 +02:00
feat(docker): mkdir streams-enabled, streams-available
This commit is contained in:
parent
9bd1507392
commit
070c0b4620
2 changed files with 12 additions and 1 deletions
|
@ -5,11 +5,13 @@ error_log /var/log/nginx/error.log notice;
|
|||
error_log /var/log/nginx/error.local.log notice;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
stream {
|
||||
include /etc/nginx/streams-enabled/*.conf;
|
||||
}
|
||||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue