meh
This commit is contained in:
parent
b22320fd70
commit
78b09b288a
6
conf.d/fcgiwrap.sh
Normal file
6
conf.d/fcgiwrap.sh
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
# Default fcgiwrap configuration
|
||||||
|
|
||||||
|
cfg_user='http'
|
||||||
|
cfg_group='http'
|
||||||
|
cfg_socket='/run/fcgiwrap.sock'
|
||||||
|
service_pidfile='/run/fcgiwrap.pid'
|
|
@ -1,9 +1,5 @@
|
||||||
#!/usr/bin/env watchman
|
#!/usr/bin/env watchman
|
||||||
|
# The configuration is in conf.d.
|
||||||
cfg_user='http'
|
|
||||||
cfg_group='http'
|
|
||||||
cfg_socket='/run/fcgiwrap.sock'
|
|
||||||
service_pidfile='/run/fcgiwrap.pid'
|
|
||||||
|
|
||||||
service_respawn='true'
|
service_respawn='true'
|
||||||
service_command='/bin/spawn-fcgi'
|
service_command='/bin/spawn-fcgi'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user