Hello, I have an Nginx server running on Debian Trixie, as a "user" systemd service. It is working, but if I have 100 users, I don't want to spawn 100 nginx servers just for waiting for connections.
Each nginx instance "listen" on a unix socket in /run/user directory. I tried sockets triggering, and while the log is working, triggering the nginx server fails, because the socket is already opened. Is there a better way to achieve this, i.e. spawning nginx instance on demand ? Thanks. -- 🌐 https://rodier.me/
signature.asc
Description: This is a digitally signed message part

