Questions? Feedback? powered by Olark live chat software
RSS Feed
Knowledgebase Articles: Cloudlets PaaS > NGinx
If you are serving Wordpress using NGinx (not Apache), and after enabling SSL and correctly update the 'siteurl' and 'home' fields in the database, but still get the error 'Too Many Redirects' this is because Wordpress is checking for an outdated server f...
If you are receiving a 504 Timeout Error from NGinx and are using a Load Balanced environment, this likely means you need to increase the proxy timeout time in the nginx configuration on the Load Balancer. After editing the nginx-jelastic.conf file and ...
If you are receiving a 504 Timeout Error from NGinx and are not using load balancing (or have already configured the proxy timeout see: https://www.vpsblocks.com.au/support/Knowledgebase/Article/View/347/13/increasing-timeout-on-nginx-load-balancer [https...
To allow the EdgePort CDN to function properly you need to add the following to the NGinx app server config: /conf.d/site-default.conf add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Methods 'GET, POST, OPTIONS'; This is g...