Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions getting-started/configure-webserver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,12 @@ Adjusting the Webserver Configuration

$ a2enmod proxy proxy_html proxy_http proxy_wstunnel headers ssl

If you want to run Zammad under HTTP/2, you will also need

.. code-block:: console

$ a2enmod h2 proxy_http2 mpm_event

.. code-block:: console

$ sudo systemctl restart apache2
Expand Down