modules: services: nginx: fix obsolete doc
ci/woodpecker/push/check Pipeline was successful Details

It's annoying to keep it in sync when adding a new incompatible option.
This commit is contained in:
Bruno BELANYI 2023-10-28 12:14:42 +01:00
parent 42ab12179e
commit 6a8f93df1f
1 changed files with 2 additions and 5 deletions

View File

@ -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.
'';
};