mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 20:55:04 +01: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;"
|