Tech:CDN: Difference between revisions

From Orain Meta
Jump to navigation Jump to search
Content added Content deleted
imported>Addshore
No edit summary
(update)
Line 1: Line 1:
We use the domain 'static.orain.org' to serve all content which needs to be available regardless of which host you land one. Currently this serves images and load.php.
We use an Amazon CloudFront distribution as a CDN for our static content: uploads, load.php, etc.


This is hosted off [[prod7]] via an [[NFS]] mount. The location on prod7 for data is <code>/var/mediawiki</code> and is available on 'nfs-clients' (currently only mediawiki hosts) via a mount on <code>/mnt/mediawiki</code>.
The cdn is at /usr/share/nginx/static.orain.org/ on prod4.

Revision as of 16:42, 24 August 2014

We use the domain 'static.orain.org' to serve all content which needs to be available regardless of which host you land one. Currently this serves images and load.php.

This is hosted off prod7 via an NFS mount. The location on prod7 for data is /var/mediawiki and is available on 'nfs-clients' (currently only mediawiki hosts) via a mount on /mnt/mediawiki.