test.
	location ~ ^/folded/(.*)?$ { 
		allow all; 
		location ~ ^/folded/at/(.*)?$ { deny all; }
	}