@blop-technologies wrote:
Hello,
I tried several times installing Matomo on my VPS, but the backend doesn’t load, there are always jQuery errors “$ is not defined” appears at least 3 times, and others (missing “}”, missing “:”, whatever) appear randomly. I am using Nginx but I am a newbie on this webserver. Can you help please ? It probably has to do with some fastcgi permissions or PHP fpm sockets but I don’t get how it has to be done.The URL is https://www.stats.[mysite].net and here is the block in my sites-available conf file:
location ~ .php$ {
try_files $uri =404;
fastcgi_split_path_info ^(.+.php)(/.+)$;
fastcgi_pass unix:/var/run/php7.0-fpm-[mysite].sock;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}Thanks in advance
Posts: 7
Participants: 2