No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-06-02 13:09:37 -04:00
src Fix First Start 2024-06-02 13:01:43 -04:00
.gitignore v1.0.0 2024-06-02 12:46:27 -04:00
Cargo.lock Fix First Start 2024-06-02 13:01:43 -04:00
cargo.toml Fix First Start 2024-06-02 13:01:43 -04:00
LICENSE Initial commit 2024-06-02 12:41:05 -04:00
README.md Update README.md 2024-06-02 13:09:37 -04:00

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

Screenshot 2024-06-02 130055