An open API service indexing awesome lists of open source software.

https://github.com/rulyotano/httpd-spa

Docker image to create apache httpd to allow spa apps
https://github.com/rulyotano/httpd-spa

docker docker-image single-page-applications spa

Last synced: 2 months ago
JSON representation

Docker image to create apache httpd to allow spa apps

Awesome Lists containing this project

README

          

# httpd-spa
Docker image to create apache httpd to allow spa apps

## Goal
Create a `httpd`server ready to use with SPA apps like reactjs/vue/angularjs.

This image redirect all the sub-routes to the main index route. In this way the routing can lay on the app routing system, like react-router, for example.