Recent content by anthоny

  1. A

    Resolved http/2 without nginx possible?

    You can use HTTP/2 without nginx. Make sure that mod_http2 is installed and enabled, then go to Apache & nginx settings -> Additional directives for HTTPS And add the following line: Protocols h2 http/1.1 Note: http/1.1 also includes HTTP 1.0 support. Regards, Anthony Ananich
Back
Top