1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 07:47:48 +01:00
MadelineProto/Caddyfile

16 lines
174 B
Caddyfile
Raw Normal View History

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
}