Т
Size: a a a
Т
ВМ
ВМ
service --status-allВМ
ВМ
ВМ
Т
Т
ВМ
ВМ
ВМ
Т
ВМ
/usr/share/ВМ
Т
Т
ВМ
location /phpmyadmin {
root /usr/share/;
index index.php index.html index.htm;
location ~ ^/phpmyadmin/(.+\.php)$ {
try_files $uri =404;
root /usr/share/;
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/var/lib/php7.3-fpm/ispconfig.sock;
#fastcgi_param HTTPS off;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
location ~* ^/phpmyadmin/(.+\.(jpg|jpeg|gif|css|png|js|ico|html|xml|txt))$ {
root /usr/share/;
}
}ВМ
Т