Removes unecessary mounts.

This commit is contained in:
Julien Fontanet
2014-03-11 10:52:27 +01:00
parent 8a8f7310f6
commit 462e454acf

View File

@@ -68,8 +68,6 @@ Edit it to have the right path to deliver XO-Web, because XO-Server embeds an HT
mounts:
'/':
- '../xo-web/dist/'
- '../xo-web/.tmp/'
- '../xo-web/app/'
```
WARNING: YAML is very strict with indentation: use spaces for it, not tabs.