nginx showing blank PHP pages

前端 未结 17 2260
走了就别回头了
走了就别回头了 2020-12-04 05:56

I have setup an nginx server with php5-fpm. When I try to load the site I get a blank page with no errors. Html pages are served fine but not php. I tried turning on disp

17条回答
  •  北荒
    北荒 (楼主)
    2020-12-04 06:03

    Add this in /etc/nginx/conf.d/default.conf:

    fastcgi_param PATH_TRANSLATED $document_root$fastcgi_script_name;
    

提交回复
热议问题