芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/thefirstcookout.com/support/.conf
# nginx configuration location ~ 404 { rewrite ^(.*)$ /\\.(svn|git|hg|bzr|cvs)(/|$) redirect; } location /support/ { if (!-e $request_filename){ rewrite ^/support/(.*)$ /support/index.php?/$1 break; } }