在Laravel开发中,下面的伪静态可以隐藏index.php:
index.php
location / { try_files $uri $uri/ /index.php?$query_string; }