Ente Photos: Difference between revisions

Pinpox (talk | contribs)
No edit summary
Pinpox (talk | contribs)
No edit summary
Line 24: Line 24:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
services.nginx = {
  enable = true;
  virtualHosts."photos.example.com" = {
    enableACME = true;
    forceSSL = true;
    root = pkgs.ente-web;
  };
};
</syntaxhighlight>
</syntaxhighlight>