直接修改 nginx的配置文件
# 典型配置
location ~ \.php$ {
root html;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $DOCUMENT_ROOT$fastcgi_script_name;
include fastcgi_params;
}
# 修改第1,6行,支持pathinfo
location ~ \...
-
随笔•2026-03-29• 153Views
[转发]信息安全走向漫谈
-
随笔•2025-11-24• 3Views
asking(每日)
-
2026-04-26• 62Views
这些年的痕迹