26 lines
482 B
JSON
26 lines
482 B
JSON
{
|
|
"listeners": {
|
|
"*:80": {
|
|
"pass": "routes"
|
|
}
|
|
},
|
|
|
|
"routes": [
|
|
{
|
|
"match": {
|
|
"headers": {
|
|
"accept": "*text/html*"
|
|
}
|
|
},
|
|
"action": {
|
|
"share": "/usr/share/unit/welcome/welcome.html"
|
|
}
|
|
},
|
|
{
|
|
"action": {
|
|
"share": "/usr/share/unit/welcome/welcome.md"
|
|
}
|
|
}
|
|
]
|
|
}
|