rsshub should enable nginx

This commit is contained in:
2023-08-14 23:55:43 +08:00
parent f7f7680a68
commit 8a91ce4405

View File

@@ -1072,7 +1072,7 @@ inputs:
};
nixos =
{
services.nginx.httpProxy."rsshub.chn.moe".upstream = "http://127.0.0.1:5221";
services.nginx ={ enable = true; httpProxy."rsshub.chn.moe".upstream = "http://127.0.0.1:5221"; };
virtualization.docker.enable = true;
};
}