Update to v0.31.2

This commit is contained in:
Matthias
2018-06-21 18:05:48 +02:00
parent bf753d0414
commit 351de25f3e
5 changed files with 21 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ server {
}
location / {
root /app/code;
root /app/code/nginx;
index index.html;
}
}