12 lines
179 B
Caddyfile
12 lines
179 B
Caddyfile
{
|
|
auto_https disable_redirects
|
|
}
|
|
|
|
:80 {
|
|
root * /app/
|
|
php_server {
|
|
resolve_root_symlink false
|
|
try_files {path} index.php
|
|
file_server off
|
|
}
|
|
} |