{ "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" } }