mirror of
https://github.com/labstack/echo.git
synced 2024-12-22 20:06:21 +02:00
15 lines
167 B
JSON
15 lines
167 B
JSON
|
{
|
||
|
"www": {
|
||
|
"listen": ":80",
|
||
|
"hosts": {
|
||
|
"*": {
|
||
|
"paths": {
|
||
|
"/*": {
|
||
|
"dir": "/www"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|