mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-02-01 19:57:10 +01:00
Improvements for build
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
client_max_body_size 100M;
|
||||
|
||||
root /var/www/app/public/;
|
||||
index index.php;
|
||||
index index.html index.htm index.php;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.php?$query_string;
|
||||
|
||||
Reference in New Issue
Block a user