From 6a8f93df1ffb9abe172fae8c6f228bb461096084 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 28 Oct 2023 12:14:42 +0100 Subject: [PATCH] modules: services: nginx: fix obsolete doc It's annoying to keep it in sync when adding a new incompatible option. --- modules/services/nginx/default.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/modules/services/nginx/default.nix b/modules/services/nginx/default.nix index dcaaa0f..6ca2e42 100644 --- a/modules/services/nginx/default.nix +++ b/modules/services/nginx/default.nix @@ -22,7 +22,6 @@ let example = 8080; description = '' Which port to proxy to, through 127.0.0.1, for this virtual host. - This option is incompatible with `root`. ''; }; @@ -40,8 +39,7 @@ let default = null; example = "/var/www/blog"; description = '' - The root folder for this virtual host. This option is incompatible - with `port`. + The root folder for this virtual host. ''; }; @@ -50,8 +48,7 @@ let default = null; example = "FIXME"; description = '' - The UNIX socket for this virtual host. This option is incompatible - with `port`. + The UNIX socket for this virtual host. ''; };