Difference between revisions of "Nginx"

From Bobs Projects
Jump to: navigation, search
(Created page with "Category:Computing Category:Networking nginx (Engine-X) is a fast web server. =NAXSI= * [http://www.frlinux.eu/?p=287 Protecting your blog with NAXSI] at frlinux.eu ...")
 
Line 11: Line 11:
 
* [http://wiki.nginx.org/FullExample FullExample] at nginx.org
 
* [http://wiki.nginx.org/FullExample FullExample] at nginx.org
 
* [https://www.digitalocean.com/community/articles/how-to-configure-nginx-as-a-front-end-proxy-for-apache How To Configure Nginx as a Front End Proxy for Apache] at digitalocean.com
 
* [https://www.digitalocean.com/community/articles/how-to-configure-nginx-as-a-front-end-proxy-for-apache How To Configure Nginx as a Front End Proxy for Apache] at digitalocean.com
 +
* [https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7 How To Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 7] at digitalocean.com
 
* [http://serverfault.com/questions/67316/in-nginx-how-can-i-rewrite-all-http-requests-to-https-while-maintaining-sub-dom In Nginx, how can I rewrite all http requests to https while maintaining sub-domain?] at serverfault.com
 
* [http://serverfault.com/questions/67316/in-nginx-how-can-i-rewrite-all-http-requests-to-https-while-maintaining-sub-dom In Nginx, how can I rewrite all http requests to https while maintaining sub-domain?] at serverfault.com
 
* [https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy Jenkins behind an NGinX reverse proxy] at jenkins-ci.org
 
* [https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+behind+an+NGinX+reverse+proxy Jenkins behind an NGinX reverse proxy] at jenkins-ci.org
Line 17: Line 18:
 
* [http://www.cyberciti.biz/tips/using-nginx-as-reverse-proxy.html HowTo: Use Nginx As Reverse Proxy Server] at cyberciti.biz
 
* [http://www.cyberciti.biz/tips/using-nginx-as-reverse-proxy.html HowTo: Use Nginx As Reverse Proxy Server] at cyberciti.biz
 
* [http://www.mare-system.de/guide-to-nginx-ssl-spdy-hsts/ Guide to Nginx + SSL + SPDY] at mare-system.de
 
* [http://www.mare-system.de/guide-to-nginx-ssl-spdy-hsts/ Guide to Nginx + SSL + SPDY] at mare-system.de
 +
* [http://dangerousprototypes.com/docs/NGINX_reverse_proxy_in_front_of_Apache:_hardened,_high_performance_dedicated_server_setup NGINX reverse proxy in front of Apache: hardened, high performance dedicated server setup] at dangerousprototypes.com

Revision as of 14:51, 14 February 2014


nginx (Engine-X) is a fast web server.

NAXSI

External Links