map $http_user_agent $term { "~*curl*" 1; "~*wget*" 1; default 0; } map $term $pretty { 0 "pretty"; default ""; } map $term $root { 1 /var/www/awesm/terminal; default /var/www/awesm/html; } map $http_user_agent $autoindex_type { "~*curl*" jsonp; default html; }