Skip to Content

Tag: nginx

  • Posted on

    Broken redirects in Safari with HTTP/2

    If you’re enabling HTTP/2 for your applications, remember that HTTP/2 implementations are generally much more strict than earlier versions of HTTP. Especially on older systems, there might be some surprises waiting for you!

  • Posted on

    Deny HTTP request methods in Nginx

    In certain situations you might need to restrict access to your web application based on the request method. Maybe because the method isn’t implemented, or you need to deny certain actions as part of your security policy.