摘要: # 典型配置location ~ \.php$ { root html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $DOCUMENT_ROOT$fastcgi_script 阅读全文
posted @ 2019-11-14 13:02 $DeBuger 阅读(183) 评论(0) 推荐(0)