services.nginx.config

NixOS option

Verbatim nginx.conf configuration. This is mutually exclusive to any other config option for nginx.conf except for services.nginx.appendConfig services.nginx.httpConfig services.nginx.logError If additional verbatim config in addition to other options is needed, services.nginx.appendConfig should be used instead.

type: string
Default
""
declared in: nixos/modules/services/web-servers/nginx/default.nixView source on NixOS/nixpkgs →