pimcore / docker

73 stars 50 forks source link

[Feature Request] Enable HTTP/2 support #74

Closed aarongerig closed 2 years ago

aarongerig commented 2 years ago

HTTP/2 brings development and production closer together (multiplexing, header compression, server push, etc.). Would be a nice improvement to have. WDYT?

jdreesen commented 2 years ago

HTTP/2 must be enabled in your webserver. This repo does not provide webserver images.

aarongerig commented 2 years ago

I'm using the pimcore/pimcore:PHP8.0-apache docker image for local development only. AFAIK this setting has to be enabled within the docker image, right?

jdreesen commented 2 years ago

The -apache images have been removed in #59. I haven't used apache for many years, so I don't know how to enable HTTP/2 there.

aarongerig commented 2 years ago

Ah, I see. Closing then... :) Thanks anyways, @jdreesen !