gcsproxy icon indicating copy to clipboard operation
gcsproxy copied to clipboard

defaultIndex: return 404 + retry index logic

Open DeviaVir opened this issue 2 years ago • 0 comments

  • This extends the defaultIndex logic to return a 404 for the index.html if it is not found.
  • Additionally, we keep looking for the "defaultIndex.html" file in the URL path, by splitting off the last "/" and keep going up until we find it, or we are at the root (and need to return a 404).

DeviaVir avatar Oct 15 '23 08:10 DeviaVir