Static Assets
Given a “static assets” directory, pass -static <dir> to omnisrv programs to use it.
Document files in static layer will not be rendered, providing better security and performance.
Use cases:
- Multiple omnisrv instances sharing same static assets
- Serve large files excluded from Git source
- Using externally managed templates
Only one static directory can be used at the moment.