Includes significant breaking changes. Default port and transportation changed to http via port 80 Names of environment variables have changed.
9 lines
84 B
Caddyfile
9 lines
84 B
Caddyfile
http://
|
|
root public/
|
|
rewrite index.php
|
|
php {
|
|
root /app/public
|
|
worker index.php
|
|
}
|
|
|