mirror of
https://github.com/0xGingi/nginx-windows-updater.git
synced 2026-09-21 11:44:14 -04:00
No description
- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| cargo.toml | ||
| LICENSE | ||
| README.md | ||
nginx-windows-updater
Simple Application written in Rust that automatically updates nginx on windows
Info
-
Assumes Nginx is installed at C:\nginx\nginx.exe
-
Assumes you have a Windows Service named "Nginx" ( I highly recommend using https://nssm.cc )
-
Checks Latest Version of Nginx
-
Checks Locally Install Version of Nginx
-
Will Stop Nginx Service -> Download latest nginx.zip -> Replaces nginx.exe -> Starts Nginx Service
-
Checks for updates on launch then every hour