Skip to content

Use nginx for docker image

Sandro Lutz requested to merge docker-nginx into master

Switches to nginx as webserver for the docker image. This is a cleaner solution as it will always return index.html with status code 200 when the requested file could not be found.

This is better suited for a one page app.

Merge request reports