直接修改 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-05-28• 62Views
ctrl+shift+f 失效
-
运维•2023-05-24• 96Views
potplayer回音的问题
-
运维•2023-05-11• 176Views
fatal: the remote end hung up unexpectedly
-
2023-05-11• 176Views
fatal: the remote end hung up unexpectedly
-
2023-05-17• 166Views
左耳朵耗子
-
2023-05-18• 126Views
反爬
-
2023-05-24• 96Views
potplayer回音的问题
-
2023-05-28• 62Views
ctrl+shift+f 失效