summarylogtreecommitdiffstats
path: root/nginx.example.conf
blob: e3e21b61a7e71b9406a0e1fece29a97945fcf6f0 (plain)
1
2
3
4
5
6
7
location /thebear/ {
	allow 127.0.0.1;
	deny all;

	#auth_basic            "Restricted";
	#auth_basic_user_file   htpasswd;
}