mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
11 lines
161 B
Protocol Buffer
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
|