Skip to content

Commit

Permalink
enforce ssl on stats.bytes.zone
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 23, 2020
1 parent 4228648 commit c556ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitea/configuration.nix
Expand Up @@ -220,8 +220,8 @@ in {
};

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

locations."/".proxyPass = "http://localhost:8081";
};
Expand Down

0 comments on commit c556ce8

Please sign in to comment.