lichess-org / lila-gitpod

Lichess development environment
https://lichess-org.github.io/lila-gitpod/
GNU Affero General Public License v3.0
43 stars 25 forks source link

Add proxy_http_version 1.1 in nginx config for streaming responses #11

Closed fitztrev closed 2 years ago

fitztrev commented 2 years ago

Was getting an error when (while logged in as admin) on a user profile page clicking the Mod icon.

play.api.http.HttpErrorHandlerExceptions$$anon$1:
Execution exception[[ServerResultException: HTTP 1.0 client does not support chunked response]]

Upgrading proxy to version 1.1 as mentioned in Play Framework docs