3
0
Fork 0
forked from mirrors/nixpkgs

nixos/matomo: fix escape

This commit is contained in:
volth 2019-09-17 00:27:13 +00:00 committed by GitHub
parent 432a2d73be
commit 48086fbd70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -115,7 +115,7 @@ in {
Either this option or the webServerUser option is mandatory.
Set this to {} to just enable the virtualHost if you don't need any customization.
If enabled, then by default, the <option>serverName</option> is
<literal>${user}.''${config.networking.hostName}.''${config.networking.domain}</literal>,
<literal>''${user}.''${config.networking.hostName}.''${config.networking.domain}</literal>,
SSL is active, and certificates are acquired via ACME.
If this is set to null (the default), no nginx virtualHost will be configured.
'';