Seravo / wordpress

The WordPress project layout used by many of Seravo's customers, suitable also for local development with Vagrant and git deployment
https://seravo.com
GNU General Public License v3.0
104 stars 54 forks source link

Add examples on how to use http auth protected areas (aka htpasswd) with Nginx #51

Closed ottok closed 7 years ago

ottok commented 7 years ago

Take inspiration from http://stackoverflow.com/questions/15838379/nginx-password-protect-root-and-separate-password-for-subdirectory

ottok commented 7 years ago

Requires the installation of htpasswd, which is available via apache2-utils. Do we really want to have it?

ottok commented 7 years ago

New section at https://seravo.com/docs/configuration/restricting-access/