Sascha Hagedorn

Results 7 comments of Sascha Hagedorn

See [custom nginx configuration](https://github.com/jwilder/nginx-proxy/blob/master/README.md#custom-nginx-configuration) in the README.md. I have a `/etc/nginx/conf.d/custom_proxy_settings.conf` file inside the `nginx-proxy` container with the following content: ``` client_max_body_size 16m; ```

And don't forget to change the upload limit of PHP inside your Wordpress Docker container as well.

@Admin9705 did you set the client max body size in nginx-proxy as mentioned [above](https://github.com/jwilder/nginx-proxy/issues/981#issuecomment-345434827)?

> Wont this change break opening in codespaces? Oh, I don't know. I only tested it locally. As an alternative I could comment it out in the `devcontainer.json` and add...

+1, also noticed pending tasks although everything is downloaded correctly.

Having the same issue with accessing Cockpit through a link from [Homer](https://github.com/bastienwirtz/homer) in a new tab. Directly accessing Cockpit works.

> For everyone running a reverse proxy but direct link works (like reported by @saesh, @nekename , @aleeraser , and @Br0kenSilos -- this here is NOT your issue. Please configure...