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
|
||||
|
||||
cfg_user='http'
|
||||
cfg_group='http'
|
||||
cfg_socket='/run/fcgiwrap.sock'
|
||||
service_pidfile='/run/fcgiwrap.pid'
|
||||
# The configuration is in conf.d.
|
||||
|
||||
service_respawn='true'
|
||||
service_command='/bin/spawn-fcgi'
|
||||
|
|
Loading…
Reference in New Issue
Block a user