Skip to content

Torsten

My feedback

1 result found

  1. 311 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Torsten commented  · 

    just create a file http2.conf in the directory `/etc/apache2/conf-available` with this content:

    ```
    Protocols h2 h2c http/1.1
    ```

    Enable this new configuration: `a2enconf http2`
    and reload it: `systemctl reload apache2`

Feedback and Knowledge Base