Skip to content
Open
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
9 changes: 9 additions & 0 deletions docs/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,16 @@ Example:
</Directory>
[...]

If you are using PHP-FPM you need to disable fcgi cache for the screen module to work correctly. Add the following to VirtualHost section:
::

[...]
<Proxy "fcgi://localhost/">
ProxySet flushpackets=on
</Proxy>
[...]

See `mod_proxy documentation <https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxypass>`_ for more details.

Stable version
"""""""""""""""""
Expand Down