services.lasuite-docs.bind

NixOS option

The path, host/port or file descriptior to bind the gunicorn socket to. See https://docs.gunicorn.org/en/stable/settings.html#bind for possible options.

type: string
Default
"unix:/run/lasuite-docs/gunicorn.sock"
Example
"127.0.0.1:8000"
declared in: nixos/modules/services/web-apps/lasuite-docs.nixView source on NixOS/nixpkgs →