diff --git a/conf/nginx.conf b/conf/nginx.conf index 671c163..f3b3194 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -21,7 +21,6 @@ location ^~ __PATH__/ { try_files $uri $uri/ =404; location ~ [^/]\.php(/|$) { - rewrite ^__PATH__/(index|matomo|piwik|js/index|plugins/HeatmapSessionRecording/configs)\.php$; include snippets/fastcgi-php.conf; fastcgi_split_path_info ^(.+?\.php)(/.*)$; fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;