Created
August 12, 2017 19:20
-
-
Save lierdakil/7bfb70dc769767d0e23434ef705f04e6 to your computer and use it in GitHub Desktop.
Minimal example of php dev. server with Caddy (Linux)
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
| localhost | |
| startup php-cgi -b 10000 & | |
| fastcgi / 127.0.0.1:10000 php | |
| root . | |
| errors stderr |
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
| <?php | |
| phpinfo(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment