PierreZ / goStatic

A really small static web server for Docker
GNU General Public License v2.0
395 stars 77 forks source link

feat: recursive fallback resolution #19

Closed nigelsim closed 5 years ago

nigelsim commented 5 years ago

Adds the ability to specify a relative --fallback path to search up the tree to find the closest copy of that file. Absolution paths simple fallback to the specified file.

PierreZ commented 5 years ago

Thank you for your contribution :tada: :tada: