Nginx and easyengine

I have never used EasyEngine before.
My server is an AWS. I had an nginx server running before to divert traffic to my domain request. Recently, my friend needed to host her website on my server temporarily. The developers built the server with easy-engine (https://easyengine.io/). It’s a WordPress site.

Currently, easy-engine runs everything inside a docker container and uses nginx reverse proxy to connect each individual request to separate domains/docker container.

My question is:

  1. Do I need nginx and easy-engine together? Right now, my nginx is crashing since the docker is using port 80 and 443.
  2. If I don’t need nginx, then I will just need to import the previous image on my server right?

I don’t think I would need to upload any configuration file for this. Cheers

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.