摘要: location ^~ /sub/ { set $subroot /home/www/sv8/wwwroot/; root $subroot; index index.php index.html; location ~ \.php { fastcgi_pass php5:9000; set $sc 阅读全文
posted @ 2021-10-18 21:16 3000 阅读(254) 评论(0) 推荐(0) 编辑