Recipe
Nginx config writer
Generate a hardened Nginx reverse-proxy config for your Meridian license server with a single command.
Usage
nimbus recipe nginx --domain license.example.com --upstream 127.0.0.1:4000Flags
| Flag | Default | Description |
|---|---|---|
| --domain | — | Public domain for the license endpoint |
| --upstream | 127.0.0.1:4000 | Meridian server listen address |
| --tls | true | Enable Let's Encrypt auto-TLS |
Output
Writes a production-ready nginx.conf with rate limiting, TLS 1.3, and hardened headers to stdout.
Tip: Pipe directly to your server: nimbus recipe nginx --domain api.myapp.com | ssh root@vps tee /etc/nginx/sites-available/meridian