Currently, the HTTP proxy can only serve gemini (with gmitohtml conversion) and html files. All other files are served, but with Content-Type: text/plain. Maybe the same mechanism as implemented in serve_file.go need to be applied here (check if the extension is in Config.Types and if not, try to guess it.
Currently, the HTTP proxy can only serve gemini (with gmitohtml conversion) and html files. All other files are served, but with ```Content-Type: text/plain```. Maybe the same mechanism as implemented in serve_file.go need to be applied here (check if the extension is in ```Config.Types``` and if not, try to guess it.
Currently, the HTTP proxy can only serve gemini (with gmitohtml conversion) and html files. All other files are served, but with
Content-Type: text/plain
. Maybe the same mechanism as implemented in serve_file.go need to be applied here (check if the extension is inConfig.Types
and if not, try to guess it.