fix nginx conf

This commit is contained in:
2023-08-13 21:08:05 +08:00
parent f53b8c3a20
commit 327e294a14

View File

@@ -969,7 +969,7 @@ inputs:
port = 7116;
requirePassFile = inputs.config.sops.secrets."send/redis-password".path;
};
nixos.services.nginx.httpProxy.send =
nixos.services.nginx.httpProxy."send.chn.moe" =
{
upstream = "http://127.0.0.1:1443";
rewriteHttps = true;