CentOS 7 Nginx 無法取得 QUERY_STRING
發表於 : 2016-06-16 15:48:33
http://stackoverflow.com/questions/1586 ... l-rewrites
代碼: 選擇全部
location / {
try_files $uri $uri/ /index.php?$args;
}