Just a quick question, an a little help

Steps to reproduce

  1. host owncloud using docker compose on port 8080
  2. reverse proxy it through NPM(Nginx proxy manager)
    3.finish

Expected behaviour

I would like http2 to be enable, actully i dont really know if it is or not.
in http2 avaliability checker i get
HTTP/2 protocol is supported.
ALPN extension is supported.
so i would guess it is on and supported

Actual behaviour

/core/vendor/browser-update/browser-update.js?_=1721926772437 HTTP/1.1"(coming from docker logs) i would guess this means everything is being done in http1? The reason this bothers me at all is that im not getting the reported speeds that i should in upload and download, but on local ip i do. i wanna check if this is the problem.

Server configuration

Operating system:
ubuntu

Database:
mariadb:11.5.1-ubi-rc
PHP version:
dont know i have not set it
ownCloud version: (see ownCloud admin page)
10.15.0-rc.4
Updated from an older ownCloud or fresh install:
nope
Where did you install ownCloud from:
docker and your officail image tags

Hey,

from what i know ownCloud doesn’t provide any protocol like HTTP/2 and from what i know the responsibility of handling this lie in the web or proxy server. I think it could be possible that the ownCloud community is not able to support with web or proxy server questions and i think it could be possible that a community around this components needs to be contacted instead.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.