直接修改 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 ~ \...
-
运维•2023-11-08• 422Views
webstorm + eslint
-
运维•2023-10-22• 554Views
potplayer变声处理
-
运维•2023-10-20• 576Views
postgresql数据库查看schema的索引
-
运维•2023-10-18• 575Views
统计当前目录下的代码行数
-
2023-11-08• 422Views
webstorm + eslint
-
2023-11-15• 196Views
yarn升级