Introduce mysqld socket stream forwarding with nginx for chroot jails
This commit is contained in:
@ -100,3 +100,7 @@ http {
|
||||
|
||||
include /etc/nginx/sites-enabled/*;
|
||||
}
|
||||
|
||||
stream {
|
||||
include /etc/nginx/streams-enabled/*;
|
||||
}
|
||||
|
Reference in New Issue
Block a user