diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 39d7fbf..ed84306 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -84,6 +84,7 @@ server { } location ~* \.php$ { + try_files $uri /_router.php?$query_string; fastcgi_pass unix:/run/php-fpm/www.sock; include fastcgi_params; fastcgi_index index.php;