mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
nixos/freshrss: improve description for virtualHost
This commit is contained in:
parent
2893de7dd8
commit
b21bec17eb
1 changed files with 2 additions and 0 deletions
|
@ -135,6 +135,8 @@ in
|
||||||
default = "freshrss";
|
default = "freshrss";
|
||||||
description = ''
|
description = ''
|
||||||
Name of the nginx virtualhost to use and setup. If null, do not setup any virtualhost.
|
Name of the nginx virtualhost to use and setup. If null, do not setup any virtualhost.
|
||||||
|
You may need to configure the virtualhost further through services.nginx.virtualHosts.<virtualhost>,
|
||||||
|
for example to enable SSL.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue