server {
listen 80;
server_name admin.mailejingcai.com;
access_log logs/
credits.access.log;
root /vagrant/admin.mailejingcai.com/
web;
location /
{
index index.php;
if (!-
e $request_filename){
rewrite ^/(.*) /
index.php last;
}
}
location ~ \.php(?|
$) {
#fastcgi(php-fpm) listening on
127.0.
0.1:
9000
#root /
var/www/html/techbrood/
web;
#your path to fastcgi_params file
include /usr/local/nginx/conf/
fastcgi_params;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_pass 127.0.
0.1:
9000;
#fastcgi_pass unix: /
var/run/php-
fpm.sock
}
location ~ \.(jpg|jpeg|gif|css|png|js|ico|html|xml|
txt)$ {
root /vagrant/admin.mailejingcai.com/
web;
}
}
cd /usr/local/nginx/conf/vhosts
tail -f
转载于:https://www.cnblogs.com/vania/p/6289148.html