ci框架nginx隐藏 index.php

不积跬步,无以至千里;不积小流,无以成江海 / 2024-10-21 / 原文

 

location /{
	try_files $uri $uri/ /index.php?$uri&$args;
}

修改nginx.conf后重启即可