/nginx

Build and Install NginX as a Reverse Proxy

Primary LanguageApacheConf

Nginx Server As Reverse Proxy For IIS

Download, Build & Install NginX 1.6 custom:
Azure / Aws Servers

  • Creates /XEN-TOOLS/ director at root of server
  • Creates custom install of nginx
  • Pulls sites / vhosts from within this repo & configures them

Instructions

Important!
Note: The git repository /usr/share/nginx/ is removed after script completes.
to get latest version type the following commands:

service nginx stop
cd /usr/share
rm -r nginx
git clone https://github.com/NutraXen/nginx.git
/etc/init.d/nginx reload
service nginx start