CentOS 7 Nginx rewrite
發表於 : 2016-06-06 13:36:13
https://laracasts.com/discuss/channels/ ... ror?page=1
代碼: 選擇全部
location / {
try_files $uri $uri/ /index.php$query_string;
}