Compare commits

...

5 Commits

Author SHA1 Message Date
codedge
1af469cf04 Merge pull request #169 from patski123/patch-1
Small Typo
2020-07-07 11:30:19 +02:00
PatSki123
2d934fd703 Update README.md 2020-07-06 10:03:38 -04:00
PatSki123
a7668325e8 Small Typo
Added missed word "key"
2020-07-06 08:02:47 -04:00
codedge
7aef08794b Merge pull request #165 from fwdIT/fix_caddy_config
Fixes #164 - caddy templating conflicts with php output
2020-06-23 08:22:57 +02:00
Koen Torfs
001c922e45 Fixes #164 - caddy templating conflicts with php output 2020-06-14 18:25:30 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ If you feel your question is directly related to a code change or you want to se
Before starting Invoice Ninja via Docker make sure you generate a valid application key. If you are not sure what an application key is, please visit [this blog post](https://tighten.co/blog/app-key-and-you/).
To generate an application just run
To generate an application key just run
```shell
docker run --rm -it invoiceninja/invoiceninja php artisan key:generate --show

View File

@@ -2,6 +2,5 @@
root * /var/www/app/public
php_fastcgi app:9000
encode zstd gzip
templates
file_server browse
}