... location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; ... $document_root$fastcgi_script_name; include fastcgi_params; } }.
確定! 回上一頁