Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Conversation

@mbtamuli
Copy link
Contributor

Refactor the configuration to enable a single docker-compose.yml to serve all types, single site or wp-multisite

Signed-off-by: Mriyam Tamuli <mbtamuli@gmail.com>
@@ -1,4 +1,7 @@
wordpress
data
app
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most frameworks already uses app dir for specific codes. e.g. https://laravel.com/docs/5.5/structure

If we use this then users will have to cd ..../app/app/.....

So can we think of an alternative? e.g. web, source

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or maybe keep wordpress for now 😃

@@ -1,4 +1,7 @@
wordpress
data
app
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or maybe keep wordpress for now 😃


client_max_body_size 100m;
include includes/wpsubdir.conf;
include /etc/nginx/sites-enabled/*;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need this? Every app will be a single nginx? Or is this related to front-end proxy?

@rahul286
Copy link
Member

I have noticed some minor issues but merging this PR for now. I would prefer to test new refactored version first and then decide if changes are really needed.

@rahul286 rahul286 merged commit aacd7e1 into EasyEngine:master Jan 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants