Load the `Nginx` config from `stream-enable/` directory.

This commit is contained in:
Kazuhiro MUSASHI 2019-10-27 14:47:23 +08:00
parent 57647177bf
commit a434ddaee2
1 changed files with 4 additions and 0 deletions

View File

@ -87,3 +87,7 @@ http {
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;
}
stream {
include /etc/nginx/stream-enabled/*;
}