-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
Description
This is a pretty good website, but there are some things I can think of to improve it:
- Enable http/2
- Set a cache-control header
- Enable CORS (fairly debatable)
- Strip the 'server' header, which is a pointless advertisement
- Switch to Piwik for stats or just parse your log file (I'm willing to wager that many people that visit this website are using uBlock Origin or some other addon that blocks analytic scripts anyway)
I don't think you can remove 'server' without compiling nginx yourself, but the 'Caddy' web server can & will make your life easier anyway: https://caddyserver.com/
Reactions are currently unavailable