Skip to content

Commit

Permalink
nixos/matomo: fix escape
Browse files Browse the repository at this point in the history
  • Loading branch information
volth committed Sep 17, 2019
1 parent 432a2d7 commit 48086fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/matomo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
'';
Expand Down

0 comments on commit 48086fb

Please sign in to comment.