Changes between Initial Version and Version 1 of Ticket #2470
- Timestamp:
- 03/19/23 16:15:14 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2470 – Description
initial v1 28 28 Rationale 29 29 30 This new feature would make it possible to set up a **systemd system service** with the systemd configuration directives **USER=myuser** and **GROUP=myser** and use nginx to proxy traffic to a UNIX socket that the user ''myuser:myuser'' does not have file permission access to. The reason ''myuser:myuser'' is able to use the UNIX socket is that **systemd** (running as root) has already connected to the socket.30 This new feature would make it possible to set up a **systemd system service** with the systemd configuration **USER=myuser** and **GROUP=mygroup** and use nginx to proxy traffic to a UNIX socket that the user ''myuser:mygroup'' does not have file permission access to. The reason ''myuser:mygroup'' is able to use the UNIX socket is that **systemd** (running as root) has already connected to the socket.