shithub: rc-gemd

ref: a2cdff91c941cebc075bd5b4421c6634ee15d247
dir: /handlers/static-or-index/

View raw version
#!/bin/rc
full_path=`{echo $"fs_root^$"location | urlencode -d}
full_path=$"full_path
if(~ $"location */)
	exec dir-index
if(test -d $full_path){
	location=$location^'/'
	exec dir-index
}
exec serve-static