mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
allow custom stream conf
Allow a top-level custom `stream` configuration file to be loaded.
This commit is contained in:
parent
72ac549a58
commit
528e5ef3bc
@ -84,6 +84,9 @@ http {
|
||||
stream {
|
||||
# Files generated by NPM
|
||||
include /data/nginx/stream/*.conf;
|
||||
|
||||
# Custom
|
||||
include /data/nginx/custom/stream[.]conf;
|
||||
}
|
||||
|
||||
# Custom
|
||||
|
Loading…
Reference in New Issue
Block a user