get_site_nginx_snippet
Read the custom nginx config for a domain on the BorealHost host proxy.
Your site sits behind a BorealHost reverse proxy that terminates TLS and forwards to your container. This returns the custom nginx block applied to that proxy for this domain (empty if you have not set one).
Requires: API key with read scope.
Args: domain_name: Full domain name (e.g. "example.com")
Returns: {"domain": "example.com", "content": "location ...", "exists": true}
Errors: NOT_FOUND: Domain not found VALIDATION_ERROR: Domain is not linked to a site
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_name | Yes |