root /usr/share/;
index index.php index.html index.htm;
location ~ ^/adminer/(.+\.php)$ {
try_files $uri $uri/ /index.php?$query_string;
fastcgi_pass unix:/var/run/php/php7.3-fpm.sock;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}
}
у меня такой кусок в баш-скрипте https://gist.github.com/click0/aee4632aac69f62836499a406043672b обратить внимание на переменную и экранирование спецсимволов для баша
Обсуждают сегодня