location /#{board}/ { if ($bans_global) { rewrite ^ /cgi/banned; } if ($bans_#{board}) { rewrite ^ /cgi/banned; } }