modules: services: nginx: fix obsolete doc
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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:
parent
42ab12179e
commit
6a8f93df1f
|
@ -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`.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue