How stable is NGINX?
(post withdrawn by author, will be automatically deleted in 1 hour unless flagged)
View ArticleForce HTTPS not working with lets encrypt
Easy way to replicate this issue. Create new site with let's encrypt ssl and it will work with only https without www Try to add new server block with www redirection like you gave me sample code it...
View ArticleForce HTTPS not working with lets encrypt
I fixed with server { listen 80; listen [::]:80; # I added this line server_name mydomain.com www.mydomain.com; return 301 https://$server_name$request_uri; }
View ArticleHow to renew let's encrypt ssl?
Hello, Currently easy engine does not support issuing certificates on sub domains using ee commands. So I have to use this article for installing ssl on sub domains...
View ArticleForce HTTPS not working with lets encrypt
Finally, I have fixed this. If you create your site using ee site create command and you issue ssl using --letsencrypt then ee creates force-ssl-domain.in.conf automatically under '/etc/nginx/conf.d'...
View ArticleOffloaded mysql without remote access
@janiosarmento I do indeed modify the wp-config.php thx. I was just trying to take advantage of the scripting capabilities of easyengine and save me the hassle of an unnecessary step. Additionally on...
View ArticleEverything goes to the homepage
I made a mess of things with my site when i updated from from Ubuntu 14.04 LTS to 16.04LTS. I wiped everything and started again with 16.04 LTS. I did --php7 --mysql --letsencrypt now no matter what...
View ArticleEverything goes to the homepage
Can you share you website url/link? What is it that runs on your site? Perhaps you need to consult with the app documentation for proper setting for Nginx? Many apps by default are expected to run on...
View ArticleBest WordPress setup? FastCGI, HHVM (PHP5 Backup), Pagespeed?
This is the setup that best worked for me: This is a request line. 1 - CDN 2 - FastCGI 3 - Redis 4 - MariaDB with PHP 7 (with Opcache enabled).
View ArticleHow to Redirect sub.domain.com:8003 to domain.com?
Hi all, Please help me to config nginx server block for redirect sub.domain.com:8003 to domain.com I've trying hard for this, but always failed.
View ArticleMemcached Wastage
Hi, I was checking my backend as my website is working slow. I am on a RAMnode 512MB VPS and Google analytics show a rise in average page load time. So I checked the backend and found no issue. When I...
View ArticleHow to renew let's encrypt ssl?
easyengine has automated renew for Letsencypt certificates. https://easyengine.io/blog/new-release-http2-letsencrypt-support/
View ArticleInstall php 5.6 only
Is there a way to install php 5.6 only? I don't want php7 installed as well
View ArticleWhat is the activity filter of rtmedia?
Hello, I am using activity_update filter to block registered users notifications and to just show user activities. But i also want to show uploaded images so i wanted to know, what is the filter name...
View ArticleBest WordPress setup? FastCGI, HHVM (PHP5 Backup), Pagespeed?
Thanks for the input, by the sounds of it FastCGI and Redis seems to be the 2 contenders. Any advice on EE security as well by any chance?...
View ArticleBest WordPress setup? FastCGI, HHVM (PHP5 Backup), Pagespeed?
You can use both! In my experience, there is no downside of using both at the same time. Gonna check your other link. =)
View ArticleError adding another new domain
hello I am new here and am having a problem with easyengine. I have a server running a web site with easyengine more time to later add a new domain to an error with the following answers Oops...
View ArticleLoad more problem
I have a problem with -load more- of my site. I click on -load more- and nothing happens. The link is this https://www.blender.it/galleria/ Help!!!!
View ArticleInstall php 5.6 only
By default easyengine will install 5.6 version of php, it will not install php7. If you want to add php7 support for a website then you should use ee site create example.com --php7 If you want to...
View Article