MadelineProto/Caddyfile
2017-01-01 17:12:46 +03:00

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
}