• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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