Installation
Run the following script to install Metlo’s Nginx module:Bash
Setup
Metlo requires two components to be setup within the nginx configuration file- METLO_URL:
"https://app.metlo.com:8081" - METLO_API_KEY: Your Metlo API key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://raw.githubusercontent.com/metlo-labs/metlo-deploy/main/connectors/nginx/install_metlo.sh >> install_metlo.sh
chmod +x install_metlo.sh
./install_metlo.sh [ --ubuntu | --debian ]
# In the main configuration block
...
load_module modules/ngx_metlo_module.so;
thread_pool metlo threads=2 max_queue=65536;
...
"https://app.metlo.com:8081"