metasfresh / metasfresh-docker

GNU General Public License v2.0
36 stars 39 forks source link

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

Open metas-jb opened 6 years ago

metas-jb commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

todo: