visola / go-proxy

A proxy to help with local development in the microservices world
MIT License
18 stars 2 forks source link

Server root file from static endpoints #31

Open visola opened 4 years ago

visola commented 4 years ago

User Story

As a user, I want to be able to serve a root file when pointing a directory.

Description

When serving a directory statically, when requesting a folder, it should return the index.html file or a 404 if non-existing.

A configurable root file name should also be available

Acceptance Criteria