dick-the-deployer / dick

Dockerized Continuous Delivery Tool
https://dick-the-deployer.github.io
Apache License 2.0
7 stars 2 forks source link

Temporary fix for 404 on page refresh issue #131

Closed mfijas closed 8 years ago

mfijas commented 8 years ago

Temporary fix for 404 on page refresh issue. Everything that would end up with 404 will get index.html contents instead. In the future we should either reconsider url scheme we use or implement router-like logic on server-side to serve index.html or respond with 404 depending on url validity.

mariuszluciow commented 8 years ago

Done differently in #132