Secure AdminCP and Installation [Deleted]

Will you be updating this or making another guide for Nginx?
  • I personally, have never been able to get Nginx to password protect folders or files (don't ask me why). Nginx has however played around with the concept of adding .htacess support and I personally hope one day that they do.

Actually, instead of using the way you say to give full path, using
Code:
location /install
for the install directory and
Code:
location = /admin.php
for the admin.php is sufficient. Works fine on all of my XF and myBB installs using nginx 1.7 mainline.
 
Basically everything :p I saw this some time ago, but I didn't have any spare time before now.
All it is, is using htaccess (for Apache) to secure using htpasswd. Replicating it is very easy. For nginx it's not that much more difficult - but I got away from it and am using Google 2 Factor Authentication add-on.

Are you using nginx or Apache for your HTTP server?
 
Top Bottom