直接修改 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•2023-03-03• 143Views
python 异步编程 asyncio
-
python•2023-02-24• 180Views
port scan多线程扫描器
-
2023-02-24• 180Views
port scan多线程扫描器
-
2023-03-03• 143Views
python 异步编程 asyncio
-
2023-02-21• 6Views
python安全