When setting up gitea server behind a nginx reverse proxy, you might come
to the problem when pushing files tracked in LFS that presents itself as a
following error:
HTTP/1.1 413 Request Entity Too Large
The error itself does not specifically hint which component might be
causing…
Recently I had faced an apparently easy to solve problem that however
became little bit trickier in the end. Imagine an application that connects
to the database. Nothing super special fancy here. The docker-compose.yml
file could for instance look something like this:
version: &…