直接修改 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 ~ \...
-
python•2022-05-17• 46Views
Django日志记录
-
运维•2022-05-16• 63Views
postman测试脚本
-
python•2022-05-01• 239Views
redis 秒杀demo
-
运维•2022-04-20• 284Views
phpstorm 代码太长卡顿
-
2022-04-20• 284Views
phpstorm 代码太长卡顿
-
2022-05-01• 239Views
redis 秒杀demo
-
2022-05-16• 63Views
postman测试脚本
-
2022-05-17• 46Views
Django日志记录