亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

ubuntu - nginx configuration subdirectory 404
滿天的星座
滿天的星座 2017-07-03 11:43:11
0
1
1214

The system is ubuntu16, using the lnmp one-click installation package
My configuration is as follows:

The path to phpmyadmin is as follows:

Access as follows:

Already reloaded nginx

I haven’t figured it out after spending an afternoon. Is there something wrong with the configuration? Please give me some advice!

滿天的星座
滿天的星座

reply all(1)
大家講道理

location /MYManager/ {
    alias /home/wwwroot/default/phpmyadmin;
}

location ~ \.php$ {
    fastcgi_pass 127.0.0.1:9000;
    fastcgi_index index.php;
    fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
    include fastcgi_params;
}
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template