Skip to content

Simple bare-bones bash script to install Nginx from source with optional modules.

License

Notifications You must be signed in to change notification settings

zadro/nginx-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-install

A bare-bones Bash script to install Nginx from source with optional modules and GeoIP database updates via cron.

Installation

Run the following commands to download and execute the script:

wget https://raw.githubusercontent.com/zadro/nginx-install/refs/heads/main/nginx-install.sh
chmod +x nginx-install.sh
./nginx-install.sh

Features

  • Installs Nginx from source with optional modules.
  • Supports Brotli, ModSecurity, GeoIP2, and other modules.
  • Configures automatic GeoIP database updates via cron.
  • Ensures a clean, optimized, and lightweight build.
  • Simple and uncomplicated nginx install script.
  • Includes HTTP/3 module.

Disclaimer

This script is provided "as is", without any warranties or guarantees.
Always review the script before running it on a production server.

Credits

License

Licensed under the GNU General Public License v3.0. See LICENSE for details.

About

Simple bare-bones bash script to install Nginx from source with optional modules.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages