Hello guys, not sure but grav is generating some issues when I try run it with my caddy server, the error is
2016/10/18 16:16:35 /home/me/Descargas/grav-admin/webserver-configs/Caddyfile:9 - Parse error: Wrong argument count or unexpected line ending after 'status'
the line 9 in the Caddyfile is
rewrite {
r /(.git|cache|bin|logs|backups|tests)/.*$
status 403 <---- this is the line 9
}
for me seems than this is a compatibility error between different caddy's versions...I'm using the latest caddy server
I'd appreciate if you can help me..thank so much