feat(docker): mkdir streams-enabled, streams-available

This commit is contained in:
Jacky 2024-05-05 17:18:56 +08:00
parent 9bd1507392
commit 070c0b4620
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
2 changed files with 12 additions and 1 deletions

View file

@ -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;