Changes between Initial Version and Version 1 of Ticket #2470, comment 4
- Timestamp:
- 03/20/23 17:26:45 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2470, comment 4
initial v1 1 I forgot to mention that the systemd socket unit configuration 1 This feature request is related to 2 2 3 {{{ 4 Accept=no 5 }}} 3 https://trac.nginx.org/nginx/ticket/237 6 4 7 should be used. That means that nginx will be calling accept(). 8 (reference: 9 https://www.freedesktop.org/software/systemd/man/systemd.socket.html#Accept= 10 ) 5 because I think the environment variable **LISTEN_FDNAMES** could be used there too.