Removed unit project; use matrix to build
Some checks failed
Build Docker Image / build-and-deploy-image (3.12) (push) Waiting to run
Build Docker Image / build-and-deploy-image (3.11) (push) Waiting to run
Build Docker Image / build-and-deploy-image (3.10) (push) Has been cancelled

This commit is contained in:
2024-07-20 10:48:03 +03:00
parent a92c5c45e2
commit 1be88e1973
1078 changed files with 16 additions and 208337 deletions

25
welcome.json Normal file
View File

@@ -0,0 +1,25 @@
{
"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"
}
}
]
}