server
{
listen 888;
server_name phpmyadmin;
index index.html index.htm index.php;
root /www/server/phpmyadmin;
location ~ /tmp/ {
return 403;
}
#error_page 404 /404.html;
include enable-php-72.conf;
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$您好,进入/www/server/nginx/conf看下引用的PHP文件是否正常
文件名:enable-php.con或者是enabel-php-版本号.conf |