Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate webui docker image to use nginx instead of apache2 #39

Open
metas-jb opened this issue Jul 19, 2018 · 3 comments
Open

migrate webui docker image to use nginx instead of apache2 #39

metas-jb opened this issue Jul 19, 2018 · 3 comments

Comments

@metas-jb
Copy link
Member

Is this a bug or feature request?

Feature

What is the current behavior?

Currently the container webui is setup to use Apache2 when starting.
Since nginx is more lightweight, better supported using docker, more future-proof and generally more easy to control, Apache2 in container webui shall be replaced by nginx.

Which are the steps to reproduce?

N/A

What is the expected or desired behavior?

Have nginx instead of apache2 in webui image

@metas-ts
Copy link
Member

hi @metas-jb i'm also working on this, from time to time. FYI, my current status is here: metasfresh-webui-frontend\docker\nginx

@metas-ts
Copy link
Member

right now i figured out that i was missing some try_files $uri /index.html; bit and added it..it now works fine for me

@metasnw
Copy link
Member

metasnw commented Aug 1, 2018

todo:

metas-jb added a commit that referenced this issue Apr 30, 2019
metas-jb added a commit that referenced this issue May 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants