1st commit
This commit is contained in:
52
wwws/apx/apx.apxtri.farm.ants.json
Normal file
52
wwws/apx/apx.apxtri.farm.ants.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"apps": {
|
||||
"http": {
|
||||
"servers": {
|
||||
"static-server": {
|
||||
"listen": [":443"],
|
||||
"routes": [
|
||||
{
|
||||
"match": [
|
||||
{
|
||||
"host": ["apx.apxtri.farm.ants"]
|
||||
}
|
||||
],
|
||||
"handle": [
|
||||
{
|
||||
"handler": "file_server",
|
||||
"root": "/media/phil/usbfarm/apxtowns/data/apxtri/objects/wwws/apx/dist"
|
||||
},
|
||||
{
|
||||
"handler": "static_response",
|
||||
"body": "404 - Not Found",
|
||||
"status_code": 404
|
||||
}
|
||||
],
|
||||
"terminal": true
|
||||
}
|
||||
],
|
||||
"tls_connection_policies": [{}]
|
||||
}
|
||||
}
|
||||
},
|
||||
"tls": {
|
||||
"certificates": {
|
||||
"automate": ["apx.apxtri.farm.ants"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"logging": {
|
||||
"logs": {
|
||||
"default": {
|
||||
"level": "INFO",
|
||||
"writer": {
|
||||
"output": "stdout"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"storage": {
|
||||
"module": "file_system",
|
||||
"root": "/var/lib/caddy"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user