mirror of
https://github.com/AskDavis/cyphernode.git
synced 2026-01-01 04:25:58 -08:00
6 lines
122 B
Bash
6 lines
122 B
Bash
#!/bin/sh
|
|
|
|
spawn-fcgi -s /var/run/fcgiwrap.socket -u nginx -g nginx -U nginx -- /usr/bin/fcgiwrap
|
|
|
|
nginx -g "daemon off;"
|