Update nginx.conf

This commit is contained in:
Manevolent 2023-04-24 15:36:51 -06:00 committed by GitHub
parent 0ff4e9b72f
commit 18164f7d8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ events {
}
stream {
include /etc/nginx/stream.d/*.conf;
}
http {
include conf/mime.types;
include /etc/nginx/proxy.conf;