Table of contents
- Caching dynamic content
- Domain mode
- Domains externally registered
- Email antispam
- Email client configuration
- Email out-of-office assistant
- Email sending with PHP
- Email sending with Wordpress
- Python Packages
- Python memory requirements
- SSH access
- SSH tunnel
- Secure downloads using X-Accel-Redirect
- Technical limitations
Confused?
If there is anything unclear, please contact us. We are always glad to help.Domain mode
The domain mode controls the way static content is delivered and if HTTP expires headers should be set.
When the domain is set to production static content is delivered directly from the webserver's fast local copy. This copy of the data is up to two minutes old so changes to static files are not visible to the public immediately.
The development mode causes the webservers to not use the fast local copy of files. This makes it possible to see changes to static files immediately. Please note that this degrades data throughput, latency and introduces a single point of failure. Except for development purposes a domain should always be run in production mode.