摘要: location ~ \.php$ { root /home/webroot; //此目录下有多个项目 project1 ,project2... fastcgi_pass $php_upstream; fastcgi_index index.php; include fastcgi.conf; } 阅读全文
posted @ 2019-07-09 11:06 花泪哲 阅读(4401) 评论(0) 推荐(0) 编辑