• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Password-protected folders not working with Nginx

Dree

Basic Pleskian
Has anyone tried creating a password-protected folder in Plesk 11.5, when using nginx?
I don't think this is working at the moment.
Some lines are added to the last_httpd.conf but nothing to nginx-config.
 
hm, my webstat folders are password protected and when i try to access them i am asked for a password

plesk 11.5 (and nginx is installed)
 
I enabled that as well, and it's working, but I can't protect my admin folder.
The first rules don't work, but the statistics folder is working, odd...

<Directory "/var/www/vhosts/intranet.domain.com/subdomains/intranet/httpdocs/admin">
AuthType Basic
AuthName "admin"
AuthUserFile "/var/www/vhosts/system/intranet.domain.com/pd/d..httpdocs@admin"
require valid-user
Options +FollowSymLinks
</Directory>
<Directory "/var/www/vhosts/system/intranet.domain.com/statistics">
AuthType Basic
AuthName "Domeinstatistieken"
AuthUserFile "/var/www/vhosts/system/intranet.domain.com/pd/d..httpdocs@plesk-stat"
require valid-user
Options +FollowSymLinks
</Directory>
 
Hi,

Does anyone know how to password protect a website in plesk 11.5?

I am using nginx and apache is turned off. When I password protect it via panel, it doesnt work as nothing is added to nginx conf. CAn someone shed any light on how this can be achieved?

Thanks.
 
Hi,

Does anyone know how to password protect a website in plesk 11.5?

I am using nginx and apache is turned off. When I password protect it via panel, it doesnt work as nothing is added to nginx conf. CAn someone shed any light on how this can be achieved?

Thanks.
 
Back
Top