memo
2011-01-21
nginx で特定のディレクトリ以下へのアクセスを全て 403 にする方法
/etc/nginx/nginx.conf
:
.... location / { return 403; } ....