☁️ The Most Secure and Easy Selfhosted Home Server. Take control of your data and privacy without sacrificing security and stability (Authentication, anti-DDOS, anti-bot)
I have file something.json.gz and I'd like to be able to serve it statically from /something.json with Content-Encoding: gzip.
Current behavior: /something.json route returns 404 since there is no something.json file present
The header is not present but AFAIK the zipping is still happening if you request files, you can see it when you use speedtest tools for example.
Happy to be be proven otherwise thought
Feature Description
I have file something.json.gz and I'd like to be able to serve it statically from /something.json with
Content-Encoding: gzip
. Current behavior: /something.json route returns 404 since there is no something.json file presentAlternative solutions: Use nginx ☹️