There is more than one way of representing IP addresses (both v4 and v6). For example, 127.0.0.1 is the same as 127.1!

Read more

If you require gzip compression on responses with types other than text/html, and you're running Nginx, you have to turn it on explicitly. To do so, you can add something like the following to a virtual host configuration file (usually located in /etc/nginx/sites-enabled), inside the server block:

gzip on;
gzip_types text/plain application/xml text/css text/javascript application/javascript image/svg+xml application/json;
Read more
Subscribe to HTTP
Mastodon Mastodon