mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-13 01:23:01 +00:00
13 lines
143 B
Caddyfile
13 lines
143 B
Caddyfile
{
|
|
admin off
|
|
}
|
|
|
|
:80 {
|
|
@blocked {
|
|
path *peppermint.json
|
|
}
|
|
root * /srv/app
|
|
respond @blocked 403
|
|
file_server
|
|
php_fastcgi 127.0.0.1:9000
|
|
}
|