Hi,
have been reading around in the forum and tryed to install this but i get stuck on the pre check "PathInfo-Support". Have been reading the https://wiki.eqdkp-plus.eu/wiki/Nginx and messing around with the settings for it, even copy the config and changed the parameters to match my.
nginx version: nginx/1.14.2
php fpm 7.3
self host
Have added to /etc/nginx/fastcgi_params
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
Restarted nginx and php7.3
Im out of ideas, any smart person that can answer why i have this problem?