Hi folks,
Does anyone have a nifty solution for this? The problem is that it’s a
wordpress site, so just
location / {
auth_basic “Coming soon…”;
auth_basic_user_file /etc/nginx/security/lock;
…
}
location /demo {
auth_basic off;
…
}
doesn’t work for /demo due to static content, etc.
The only way I can think of is to directly lock the other pages rather
than /
thoughts?
Steve
–
Steve H. BSc(Hons) MIITP
Linkedin: http://www.linkedin.com/in/steveholdoway
Skype: sholdowa