2016-06-10 21:36:43 +08:00
|
|
|
# filemanager - a caddy plugin
|
|
|
|
|
|
|
|
[![community](https://img.shields.io/badge/community-forum-ff69b4.svg?style=flat-square)](https://forum.caddyserver.com)
|
|
|
|
[![Documentation](https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square)](http://godoc.org/github.com/hacdias/caddy-filemanager)
|
2016-06-11 03:54:19 +08:00
|
|
|
|
|
|
|
This is just a concept of syntax:
|
|
|
|
|
|
|
|
```
|
|
|
|
filemanager {
|
|
|
|
show path
|
|
|
|
on url
|
|
|
|
styles filepath
|
|
|
|
}
|
|
|
|
```
|