Skip to content

Instantly share code, notes, and snippets.

@lierdakil
Created August 12, 2017 19:20
Show Gist options
  • Select an option

  • Save lierdakil/7bfb70dc769767d0e23434ef705f04e6 to your computer and use it in GitHub Desktop.

Select an option

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