docs→rtfd

This commit is contained in:
Marc Beninca 2021-12-11 15:32:21 +01:00
parent 7bc781ed11
commit c7ec1dc5d1
131 changed files with 1 additions and 1 deletions

View file

@ -1,41 +0,0 @@
fcgiwrap
========
.. todo:: mandatory parameters
Configure socket
----------------
.. code:: ini
[Unit]
Description=fcgiwrap socket
[Socket]
SocketMode=0600
SocketUser=www-data
SocketGroup=www-data
ListenStream=/run/fcgiwrap.socket
[Install]
WantedBy=sockets.target
Configure service
-----------------
.. code:: ini
[Unit]
Description=simple cgi server
After=nss-user-lookup.target
Requires=fcgiwrap.socket
[Service]
Environment=DAEMON_OPTS=-f
EnvironmentFile=-/etc/default/fcgiwrap
ExecStart=/usr/sbin/fcgiwrap ${DAEMON_OPTS}
User=www-data
Group=www-data
[Install]
Also=fcgiwrap.socket