Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
nginx [2008/09/29 09:40]
greebo
nginx [2010/06/20 21:39]
93.103.1.78
Line 1: Line 1:
 +====== NGINX ======
 +
 +===== Restricted access with password + exclude IP list =====
 +
 +<code>
 +location / 
 + { satisfy any;
 +   allow 192.1.1.1; 
 +   auth_basic "Restricted"; 
 +   auth_basic_user_file /usr/local/nginx/conf/htpasswd;
 +   deny all; 
 +
 +</code>
 +
 +
 +
  fastcgi_pass   unix:/tmp/fastcgi.socket;  fastcgi_pass   unix:/tmp/fastcgi.socket;
  
nginx.txt ยท Last modified: 2010/06/20 21:39 by 93.103.1.78
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready