Sezer Bülent
Sezer Bülent
Yep, i checked the commits before using it as it was not present in the readme, and saw that indeed it is a new feature. I wanted to add that...
Hello again, Tried different configurations on nginx, increasing timeouts and also increasing worker_connections and worker_rlimit_nofile to 65535 ( also increased the ulimit -Sn and ulimit -Hn on the host ),...
Hm, indeed the problem is more frequent on images with bigger layers, but did not find any similar error to the ones you found.
Thank for the details @fgimenez. I commented the specific block you mentioned, and also added proxy_read_timeout 900s; in each location block from the cache "server" block, but didn't resolve the...
Something weird is going on, most certainly is something that i am missing. Added the following timeouts in nginx config, and i still get my connection cut after 60s (...
@fgimenez i think i finally figured it out. Did a bit more digging, and saw that the current Dockerfile gets built on top of this one: https://github.com/rpardini/nginx-proxy-connect-stable-alpine/blob/nginx-1.18.0-alpine-3.12.1/Dockerfile Analyzing a bit...
Hm, I think you must also add them in the caching server layer, I have personally added them into the http block ( it works, even if in the docs...
Hello, Sorry for the delay, since the holidays came, and then work popped up, I couldn't find some time to add the changes. For somewhat reason I can not seem...
For me it still doesn't work properly, in the case of a docker setup. Running like the following ( in the base image `test:5.22` i just copy those test api...
hi @gueuselambix thank you for your help and suggestions. Unfortunately, even like this, with your suggested config, the dropdown it's still not visible. `Dockerfile`: ``` FROM swaggerapi/swagger-ui:v5.24.0 COPY ./test-api/specs /usr/share/nginx/html/specs/test-api...