You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-07 14:02:55 +03:00
Added Stream forwarding support
This commit is contained in:
@@ -53,3 +53,7 @@ http {
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
include /config/nginx/*.conf;
|
||||
}
|
||||
|
||||
stream {
|
||||
include /config/nginx/stream/*.conf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user