On Sat, 16.05.15 16:01, Simon Peeters (peeters.si...@gmail.com) wrote:
> hej all.
>
> I have a kind off weird setup using socket-activated containers:
>
> nginx on the host listens on port 80 and has a 'proxy_pass
> http://unix:/run/http/$host;' directive.
>
> then I have webserver@.socket list
hej all.
I have a kind off weird setup using socket-activated containers:
nginx on the host listens on port 80 and has a 'proxy_pass
http://unix:/run/http/$host;' directive.
then I have webserver@.socket listening on 'ListenStream=/run/http/%I'
which in turn activates a container.
this works fi