[NixOS] Trying to get tls working for gitea

This commit is contained in:
2023-10-01 13:37:21 -06:00
parent a670741380
commit 85a61fddc6
2 changed files with 19 additions and 3 deletions

View File

@@ -52,9 +52,6 @@ in
locations."/" = {
proxyPass = "http://[::1]:8222";
};
# listen = [
# { addr = "0.0.0.0"; port = 8443; }
# ];
};
};
};