mirror of
https://github.com/labstack/echo.git
synced 2024-12-26 20:54:00 +02:00
dbd1e8e230
Signed-off-by: Vishal Rana <vr@labstack.com>
15 lines
167 B
JSON
15 lines
167 B
JSON
{
|
|
"www": {
|
|
"listen": ":80",
|
|
"hosts": {
|
|
"*": {
|
|
"paths": {
|
|
"/*": {
|
|
"dir": "/www"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|