Skip to content

Instantly share code, notes, and snippets.

@stpettersens
Created October 17, 2016 20:10
Show Gist options
  • Save stpettersens/c1c2714cb86540dca3274ffa3e8b8cb6 to your computer and use it in GitHub Desktop.
Save stpettersens/c1c2714cb86540dca3274ffa3e8b8cb6 to your computer and use it in GitHub Desktop.
Run Caddy with PHP.
#!/bin/sh
ulimit -n 8192
php-cgi -b 9000 | /opt/caddy/caddy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment