在emlog站点的nginx配置文件里加入:
location / { index index.php index.html; if (!-e $request_filename) { rewrite ^/(.+)$ /index.php last; } }
重启nginx即可生效。
本文介绍如何在Emlog站点中优化Nginx配置,通过添加特定代码实现更高效的内容索引和重写规则,确保网站运行更加流畅。
在emlog站点的nginx配置文件里加入:
location / { index index.php index.html; if (!-e $request_filename) { rewrite ^/(.+)$ /index.php last; } }
重启nginx即可生效。
转载于:https://www.cnblogs.com/cuxnil/archive/2013/01/08/2852027.html

被折叠的 条评论
为什么被折叠?