Wildcard domain and Let's Encrypt for all of them
I want to create wildcard domain with easyengine and enable Let's encrypt on all of them. Actually, I want to create the main domain and 4 subdomains that point to the same document root and then use...
View ArticleSites Gone after 3.6.0 upgrade
@digitalpure Could you share following details with us: The command you used to upgrade EasyEngine OS version you are using(in case you upgraded do share that too) Content of /var/log/ee/instal.log
View ArticleEe issue after upgrade
@Francisc_Furdui Could you share following details with us: The command you used to upgrade EasyEngine Content of /var/log/ee/instal.log
View ArticleLet's encrypt renewal failed
Hi there guys, Seeing some very odd behaviour with Let's Encrypt: Certificates for my sites did not auto renew When trying to renew certificates with sudo ee site update mysite.com --letsencrypt=renew...
View ArticleSites Gone after 3.6.0 upgrade
@ssalil I just ran "ee update" on my 14.04 64bit Ubuntu install. I cannot send you the install log any longer as I had to get the sites back online as it was a production server so I reinstalled the...
View ArticleLet's encrypt renewal failed
@francois_wessels Could you share the below informations with us: Version of EasyEngine and Operating System you are using. Content of /var/log/ee/ee.log sudo ee site info for both the site.
View ArticleLet's encrypt renewal failed
why are you trying to renew it more then 30 days out? how many times have you renewed/regenerated the certs recently as there is a limit per 7 days. David
View ArticleEe issue after upgrade
I used "ee update" . I can't seem to copy the log file, or better said I don't know how, too long to do copy paste from an SSH window. Either way is there no command to reinstall ee or do a check on it?
View ArticleWildcard domain and Let's Encrypt for all of them
just create a name records to the same IP so they all point to the same location. Or you can just set cname records to one host record so they point to the same place. I set these two records so I can...
View ArticleWildcard domain and Let's Encrypt for all of them
Thank you for the reply. So you create domain with ee site create example.com and then manually edit the nginx config to make it wildcard. Or is there a possibility to do something like ee site create...
View ArticleWildcard domain and Let's Encrypt for all of them
no, I do it at my registrar or cloudflare directly with CNAME or A name records. so I do ee site create anything.domain.com because I have an A NAME record of *.domain.com pointing to the server IP...
View ArticleEasyengine Features and Software Versions
Hello, I probably should have been able to find this online, but a few google searches and looking at the wiki I didn't have any luck. Where can I find a list of everything included with the...
View ArticleWildcard domain and Let's Encrypt for all of them
I understand what you mean. My problem is that I need to create wildcard domain with easyengine as I do my projects in laravel (PHP) and this one project handles 5 domains. So if you call...
View ArticleCustom query to fetch all videos
Hi Team, I like your plugin. I have to make a custom query to fetch all users video. and based on that I have to do custom pagination and users profile fields wise filter on the video page. Can you...
View ArticleCorrect collation in mariaDb config file
Bump again? Any help? The problem occurred here ... # create MySQL database Log.info(self, "Setting up database\t\t", end='') Log.debug(self, "Creating database {0}".format(ee_db_name)) try: if...
View ArticleEasyengine Features and Software Versions
Have you checked the github page https://github.com/EasyEngine/easyengine and then the stack page https://easyengine.io/docs/commands/stack/
View ArticleEe issue after upgrade
try cating the log to another file and then you can download that file... so "cat /var/log/ee/install.log > ~/ee-install.log" That should give you an ee-install.log file in your home directory that...
View ArticleEE Site Create Fails @ DB Creation if mysql password has special characters...
I reported this on github about 6 months ago as I thought it was a valid bug report, and I never heard anything, so I wanted to ask you guys here is the community has ran into this issue, or if this...
View ArticleHttp/2 support ? (Now that mainline isn't supported)
Hello guys, Apparently in the past we had to use nginx mainline to get http/2 support. As mainline support has been removed with the latest release of EE, how can we make http2 work with easy engine ?...
View ArticleHttp/2 support ? (Now that mainline isn't supported)
if you are already using spdy https://bjornjohansen.no/enable-http2-on-nginx
View Article