Files
templates/blueprints/nginx/template.toml
Yogesh Manikkavasagam d09809c125 nginx template added (#309)
* nginx template added

nginx template added

* Update meta.json

* Update meta.json

* Update meta.json
2025-08-28 00:23:15 -06:00

12 lines
145 B
TOML

[variables]
main_domain = "${domain}"
[config]
env = {}
mounts = []
[[config.domains]]
serviceName = "nginx"
port = 80
host = "${main_domain}"