server/conf/nginx_vhost.conf.master
@@ -111,5 +111,13 @@ <tmpl_loop name="nginx_directives"> <tmpl_var name='nginx_directive'> </tmpl_loop> </tmpl_loop> <tmpl_loop name="basic_auth_locations"> location ^~ <tmpl_var name='htpasswd_location'> { auth_basic "Members Only"; auth_basic_user_file <tmpl_var name='htpasswd_path'>.htpasswd; } </tmpl_loop> }