1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 14:47:48 +01:00
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
}