nginx配置DocumentRoot

nginx配置DocumentRootphp 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; }h
相关文章
相关标签/搜索