сервер — nginx < /p>
Код: Выделить всё
location /phpmyadmin{
index index.php;
root /usr/share/phpmyadmin/;
}
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.0-fpm.sock;
#fastcgi_index index.php;
include fastcgi_params;
}
Подробнее здесь: https://stackoverflow.com/questions/444 ... r-in-nginx