Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Docker image to create apache httpd to allow spa apps
- Host: GitHub
- URL: https://github.com/rulyotano/httpd-spa
- Owner: rulyotano
- License: mit
- Created: 2023-08-09T20:58:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-09T22:53:46.000Z (over 1 year ago)
- Last Synced: 2024-04-09T21:36:09.907Z (10 months ago)
- Topics: docker, docker-image, single-page-applications, spa
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/rulyotano/httpd-spa
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.