Caddyfile 270 B

123456789101112
  1. # Docs: https://caddyserver.com/docs/caddyfile
  2. 0.0.0.0:80
  3. fastcgi / php-fpm:9000 php
  4. rewrite {
  5. to /index.php?{query}
  6. }
  7. browse
  8. log stdout
  9. errors stdout
  10. # Uncomment to enable TLS (HTTPS)
  11. # Change the first list to listen on port 443 when enabling TLS
  12. #tls self_signed