-
Notifications
You must be signed in to change notification settings - Fork 268
php5 nginx如何配置 #39
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels