How can I enable HTTP Basic Auth for everything except for a certain file?
Here is my current server block configuration for the location:
locat
Try to use sign = , that helps you:
location = /README { auth_basic off; allow all; # Allow all to see content }