| options/nixos/services.nginx.enable | Whether to enable Nginx Web Server.
|
| options/nixos/services.nginx.enableQuicBPF | Enables routing of QUIC packets using eBPF
|
| options/nixos/services.nginx.enableReload | Reload nginx when configuration file changes (instead of restart)
|
| options/nixos/services.nginx.statusPage | Enable status page reachable from localhost on http://127.0.0.1/nginx_status.
|
| options/nixos/services.nginx.validateConfigFile | Whether to enable validating configuration with pkgs.writeNginxConfig.
|
| options/nixos/services.nginx.recommendedTlsSettings | Enable recommended TLS settings.
|
| options/nixos/services.nginx.recommendedGzipSettings | Enable recommended gzip settings
|
| options/nixos/services.nginx.recommendedZstdSettings | Enable recommended zstd settings
|
| options/nixos/services.nginx.recommendedUwsgiSettings | Whether to enable recommended uwsgi settings if a vhost does not specify the option manually.
|
| options/nixos/services.nginx.recommendedProxySettings | Whether to enable recommended proxy settings if a vhost does not specify the option manually.
|
| options/nixos/services.nginx.recommendedBrotliSettings | Enable recommended brotli settings
|
| options/nixos/services.nginx.experimentalZstdSettings | Enable alpha quality zstd module with recommended settings
|
| options/nixos/services.nginx.recommendedOptimisation | Enable recommended optimisation settings.
|