Skip to content

Commit

Permalink
turn on ACME for bytes.zone
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 28, 2020
1 parent d602a1c commit ee80118
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gitea/configuration.nix
Expand Up @@ -184,15 +184,15 @@ in {
};

virtualHosts."bytes.zone" = {
forceSSL = false;
enableACME = false;
forceSSL = true;
enableACME = true;

root = "${bytes-zone}/share/bytes.zone";
};

virtualHosts."www.bytes.zone" = {
forceSSL = false;
enableACME = false;
forceSSL = true;
enableACME = true;

globalRedirect = "https://bytes.zone";
};
Expand Down

0 comments on commit ee80118

Please sign in to comment.