Matthewl 发表于 2018-11-8 07:00:35

Runing Nginx on winodws now!

location ~ \.php$ {  root         html;
  fastcgi_pass   127.0.0.1:10000;
  fastcgi_indexindex.php;
  fastcgi_param._FILENAME/nginx/html$fastcgi_._name;
  include      fastcgi_params;
  }

页: [1]
查看完整版本: Runing Nginx on winodws now!