feat: Implement NginxHandler with reload, stop, validate, and config management methods

This commit is contained in:
GW_MC
2026-04-11 07:32:20 +00:00
parent a023cbc082
commit e831640540
6 changed files with 334 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ zip = { workspace = true }
# CLI
clap = { workspace = true, features = ["derive"] }
anyhow = "1.0.102"
fs4 = { version = "0.13.1", features = ["tokio"] }
[dev-dependencies]
tokio-test.workspace = true