issues
search
invoiceninja
/
dockerfiles
Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
418
stars
268
forks
source link
Enable gzip and use laravel error_page for php files
#552
Open
benbrummer
opened
10 months ago
benbrummer
commented
10 months ago
Activate gzip as described in the documentation
https://invoiceninja.github.io/en/self-host-installation/
Set error_page as described in the laravel documentation
https://laravel.com/docs/master/deployment#nginx
.
try_files $uri =404;
will catch e.g
https://example.com/some_file.php
try_files $uri =404;
will catch e.g https://example.com/some_file.php