afurlan's blog -- configuring apache's userdir on nginx
nginx 沒有 per-user dir 的語意,但是跟 lighttpd 一樣,都可以透過 regexp 來完成。
使用 nginx 最重要的就是了解它是如何 match location:
exact match(=)→stop match(^~)→reg match(~,~*)→string match(any)
當然在設定檔中的 order 也會有影響。這應該使用 nginx 最重要的了。
Source: blog.afurlan.org