Changes between Initial Version and Version 1 of Ticket #2470


Ignore:
Timestamp:
03/19/23 16:15:14 (13 months ago)
Author:
erik.sjolund@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2470 – Description

    initial v1  
    2828Rationale
    2929
    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.
     30This 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.