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:4000

Flags

FlagDefaultDescription
--domainPublic domain for the license endpoint
--upstream127.0.0.1:4000Meridian server listen address
--tlstrueEnable 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