Am 06.11.2014 02:46 schrieb nrahl: > I'm > also trying to add an exception, where any path starting with /Public > is > allowed by anyone with no password. > location ~* ^/Public { > satisfy any; > allow all; > } location /Public { auth_basic off; }