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

	#auth_basic            "Restricted";
	#auth_basic_user_file   htpasswd;
}