8 lines
83 B
Caddyfile
8 lines
83 B
Caddyfile
http://
|
|
root public/
|
|
rewrite index.php
|
|
php {
|
|
root /app/public
|
|
worker index.php
|
|
}
|