invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
398 stars 264 forks source link

Enable gzip and use laravel error_page for php files #552

Open benbrummer opened 8 months ago

benbrummer commented 8 months ago
  1. Activate gzip as described in the documentation https://invoiceninja.github.io/en/self-host-installation/
  2. 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