You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
includessl.conf; # if you want to support older browsers, please read through this file
26
24
27
25
add_header Referrer-Policy origin; # make sure outgoing links don't show the URL to the Matomo instance
28
-
26
+
29
27
root /var/www/matomo/; # replace with path to your matomo instance
30
-
28
+
31
29
indexindex.php;
32
-
30
+
33
31
## only allow accessing the following php files
34
32
location~ ^/(index|matomo|piwik|js/index).php {
35
33
include snippets/fastcgi-php.conf; # if your Nginx setup doesn't come with a default fastcgi-php config, you can fetch it from https://github.com/nginx/nginx/blob/master/conf/fastcgi.conf
0 commit comments