直接修改 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 ~ \...
-
运维•2022-07-25• 9Views
jetbrain最新激活方法
-
python•2022-07-24• 229Views
django+elesticsearch
-
python•2022-07-18• 266Views
models on_delete
-
python•2022-07-12• 329Views
windows下异步celery没有反应
-
2022-07-12• 329Views
windows下异步celery没有反应
-
2022-07-12• 296Views
Failed to load response data
-
2022-07-18• 266Views
models on_delete
-
2022-07-19• 261Views
fastdfs
-
2022-07-24• 229Views
django+elesticsearch