We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
location / { root /var/www/teamtoy; index index.html index.htm index.php; } location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME `$document_root/service/public$fastcgi_script_name`; }
还是报错No input file specified.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
还是报错No input file specified.
The text was updated successfully, but these errors were encountered: