1
0

Caddyfile 302 B

12345678910111213141516
  1. formstack.ai {
  2. # Enable automatic HTTPS
  3. tls josh@macinjo.sh
  4. # Serve static files from the current directory
  5. root * /opt/form-autoscaffold/public
  6. encode gzip
  7. # PHP FastCGI support
  8. php_fastcgi php:9000 {
  9. root /opt/form-autoscaffold/public
  10. }
  11. file_server
  12. }