uptime-kuma-wiki icon indicating copy to clipboard operation
uptime-kuma-wiki copied to clipboard

Please add more info about apache config on wiki

Open fbroussais opened this issue 3 years ago • 2 comments

⚠️ Please verify that this feature request has NOT been suggested before.

  • [X] I checked and didn't find similar feature request

🏷️ Feature Request Type

Other

🔖 Feature description

Hello,

I had an error about websocket with Apache Web Server. I had to activate http2, but even after that I still had that error. The thing is, even if mod_proxy is activated, we have to activate it for websockets. Add extra informations about Apache for reverse proxy documentation.

✔️ Solution

Under Ubuntu 20.04 + apache (+ docker) :

sudo a2enmod http2
sudo a2enmod proxy_wstunnel

❓ Alternatives

No response

📝 Additional Context

And thank you for that very nice app !

fbroussais avatar Jan 19 '22 08:01 fbroussais

FYI you can make a PR on the wiki repo.

chakflying avatar Jan 19 '22 09:01 chakflying

@fbroussais Could you close this issue, as this is the wrong repository => THis issue will not lead anywhere and become an imortal zombie?

CommanderStorm avatar Jul 27 '23 11:07 CommanderStorm