Questions tagged as 'htpasswd'

1
answer

Disregard HTTP authentication for a particular URL

I have an application developed in CakePHP 2 , but I believe that the issue does not have as much involvement with the framework itself, just citing to contextualize. As this private application, basically a webservice for accessing data w...
asked by 03.12.2014 / 15:51
1
answer

Enable Nginx authentication for a specific URL

I'm working with a control panel and need to put an authentication in the access to the admin folder. I already created the user and password, the configuration of nginx this way: server { listen 443 ssl; server_name localhost; root /usr/lo...
asked by 18.06.2018 / 15:10