在配置nginx時有時會遇到, 所以記錄一下
location ^~ /wechat/ { index index.php; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include fastcgi_params; }
fastcig_index : 如果請求的Fastcgi_index URI是以 / 結束的, 該指令設置的文件會被附加到URI的后面並保存在變量$fastcig_script_name中
index : 該指令用於設置nginx的默認首頁文件