aurweb/conf/fcgiwrap.socket.proto
Lukas Fleischer c89bf51af2 Update sample configuration for Smart HTTP
Using uWSGI for the Smart HTTP protocol caused some issues, see e.g.
FS#45428. Suggest using fcgiwrap instead which is more lightweight, has
better documentation and is easier to debug.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2015-06-28 18:03:21 +02:00

11 lines
161 B
Protocol Buffer

[Unit]
Description=fcgiwrap Socket
[Socket]
ListenStream=/run/fcgiwrap.sock
SocketUser=http
SocketGroup=http
SocketMode=0700
[Install]
WantedBy=sockets.target