Updated Installing Invoice Ninja (markdown)

David Bomba 2020-04-02 22:50:20 +11:00
parent 24e21ec467
commit 9d54a4a498

@ -24,10 +24,6 @@
rewrite ^(.+)$ /index.php?q= last; rewrite ^(.+)$ /index.php?q= last;
} }
location ~* /logo/.*\.php$ {
return 503;
}
location ~ \.php$ { location ~ \.php$ {
include snippets/fastcgi-php.conf; include snippets/fastcgi-php.conf;
fastcgi_pass unix:/run/php/php7.4-fpm.sock; fastcgi_pass unix:/run/php/php7.4-fpm.sock;