klokantech / iiifviewer

[DEPRECATED] IIIF WebGL / Canvas / DOM mobile-ready fast viewer powered by OpenLayers V3
http://klokantech.github.io/iiifviewer/
Other
54 stars 10 forks source link

Support for multiple domains #15

Closed petrsloup closed 8 years ago

petrsloup commented 8 years ago

Via domains key in info.json:

domains: ['subdomain-0.domain.com','subdomain-1.domain.com'],

These should be used to split the traffic -- the domain in @id (or determined from where the info.json is placed) will be replaced by these values.

klokan commented 8 years ago

Server implementation: https://github.com/klokan/iiifserver-build/issues/28