Created
October 17, 2016 20:10
-
-
Save stpettersens/c1c2714cb86540dca3274ffa3e8b8cb6 to your computer and use it in GitHub Desktop.
Run Caddy with PHP.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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