16 lines
174 B
Caddyfile
16 lines
174 B
Caddyfile
http://localhost {
|
|
markdown /docs
|
|
rewrite {
|
|
to {path} /index.php
|
|
}
|
|
|
|
fastcgi / unix:/run/php/php7.0-fpm.sock {
|
|
index index.php
|
|
}
|
|
|
|
cors
|
|
gzip
|
|
|
|
errors web_API.log
|
|
}
|