Git Product home page Git Product logo

optimstack's Introduction

OptimStack

OptimStack is a Nginx installation script with extra module support for optimum security & performance. https://optimengine.com

Optional modules/features

  • ModSecurity v3
  • LibreSSL from source (CHACHA20, ALPN for HTTP/2, X25519, P-521)
  • OpenSSL from source (TLS 1.3, CHACHA20, ALPN for HTTP/2, X25519, P-521)
  • ngx_pagespeed (Google performance module)
  • ngx_brotli (Brotli compression algorithm)
  • ngx_headers_more (Custom HTTP headers)
  • ngx_http_geoip2_module with libmaxminddb and GeoLite2 databases
  • ngx_cache_purge (Purge content from FastCGI, proxy, SCGI and uWSGI caches)
  • ngx-fancyindex (Fancy indexes module)

Installation: Debian 10 Standard Nginx Configuration/ Path

Just run this command in your shell to download and run the script, and then just follow the instruction on your screen:

cd /tmp; rm -rf optimstack.sh; wget https://raw.githubusercontent.com/OptimBro/optimstack/master/optimstack.sh --no-dns-cache; chmod +x optimstack.sh; bash optimstack.sh

Installation: VirtualMin Compatible Nginx for Debian, Ubuntu

Just run this command in your shell to download and run the script, and then just follow the instruction on your screen:

cd /tmp; rm -rf optimstack-virtualmin.sh; wget https://raw.githubusercontent.com/OptimBro/optimstack/master/optimstack-virtualmin.sh --no-dns-cache; chmod +x optimstack-virtualmin.sh; bash optimstack-virtualmin.sh

Installing WordPress (Optional)

You need to setup WP CLI first

cd /web; rm wp.sh; wget https://raw.githubusercontent.com/OptimBro/optimstack/master/wp.sh; chmod +x wp.sh; bash wp.sh

Credits

https://wp-cli.org/ https://github.com/google/ngx_brotli https://www.nginx.com/ https://github.com/angristan/nginx-autoinstall (Thanks for the script :) ) https://github.com/SpiderLabs/ModSecurity-nginx

optimstack's People

Contributors

optimbro avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.