modules: services: nginx: fix obsolete doc
All checks were successful
ci/woodpecker/push/check Pipeline was successful

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

View file

@ -22,7 +22,6 @@ let
example = 8080; example = 8080;
description = '' description = ''
Which port to proxy to, through 127.0.0.1, for this virtual host. 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; default = null;
example = "/var/www/blog"; example = "/var/www/blog";
description = '' description = ''
The root folder for this virtual host. This option is incompatible The root folder for this virtual host.
with `port`.
''; '';
}; };
@ -50,8 +48,7 @@ let
default = null; default = null;
example = "FIXME"; example = "FIXME";
description = '' description = ''
The UNIX socket for this virtual host. This option is incompatible The UNIX socket for this virtual host.
with `port`.
''; '';
}; };