diff --git a/Installing-Invoice-Ninja.md b/Installing-Invoice-Ninja.md index c06dba4..7d815ff 100644 --- a/Installing-Invoice-Ninja.md +++ b/Installing-Invoice-Ninja.md @@ -24,10 +24,6 @@ rewrite ^(.+)$ /index.php?q= last; } - location ~* /logo/.*\.php$ { - return 503; - } - location ~ \.php$ { include snippets/fastcgi-php.conf; fastcgi_pass unix:/run/php/php7.4-fpm.sock;