Hi I am using this to password protect a folder: python /usr/local/nginx/conf/htpasswd.py -c -b /usr/local/nginx/conf/htpasswd4 usernamehere passwordhere And this on the domain config file: location ^~/administrator/ { auth_basic "Private";...