Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion cookbook/fastcgi-nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,17 @@ To reload your configuration:

And to stop:

/path/to/nginx/sbin/nginx -s stop
/path/to/nginx/sbin/nginx -s stop


## NOTES

### problem child exited with 2

solution: insert `#!/usr/bin/env python` into header of main.py

### problem spawn-fcgi child exited with 126

solution: `chmod +x main.py`