Skip to content
#

easyengine

Here are 17 public repositories matching this topic...

kirtangajjar
kirtangajjar commented Feb 12, 2019

EasyEngine adds www redirections(www.example.com -> example.com or vice-versa) only if it finds that domain with www is pointed to the server. The reason for doing so is that to add https redirect from www.example.com -> example.com, we need a cert that is valid for both domains www.example.com and example.com. And to get that certificate, we need to ensure www is pointed to the server.

mrrobot47
mrrobot47 commented Jul 19, 2018

According to the current execution flow of cron-command, whenever any new cron job is added, it restarts the easyengine/cron container to accommodate the new changes. This can disrupt the cycle of already running cron-jobs.

For example, if a job is running every 10 minutes and had completed say 9 minutes before restart was executed, then it's time will start from zero again. Thus, the exec

Improve this page

Add a description, image, and links to the easyengine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the easyengine topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.