Hi, I'm enjoying Angie's container image because it comes with popular modules ready to be loaded.
I need socket activation to preserve the source IP address of clients when running Angie in a rootless Podman container , as I need to distinguish between VPN and internet clients.
Nginx supports systemd socket activationby specifying the env variable NGINX=3:4.
However, with Angie this doesn't work, I've tried to set both NGINX=3:4 and ANGIE=3:4.
Was the variable changed or was this feature removed?
Hi, I'm enjoying Angie's container image because it comes with popular modules ready to be loaded.
I need socket activation to preserve the source IP address of clients when running Angie in a rootless Podman container , as I need to distinguish between VPN and internet clients.
Nginx supports systemd socket activationby specifying the env variable
NGINX=3:4.However, with Angie this doesn't work, I've tried to set both
NGINX=3:4andANGIE=3:4.Was the variable changed or was this feature removed?