Hi,
I have a three jails running nginx. The first jail acts as a reverse proxy for the other two jails. At the moment the communication between them is through ip addresses.
Is it possible for them to communicate using unix file descriptors like the following?
I guess /var/run will need to be shared between the three jails?
Thanks
I have a three jails running nginx. The first jail acts as a reverse proxy for the other two jails. At the moment the communication between them is through ip addresses.
Is it possible for them to communicate using unix file descriptors like the following?
Code:
listen unix:/var/run/jailweb1.sock ssl
I guess /var/run will need to be shared between the three jails?
Thanks