Krishna
Krishna
I faced the similar issue today; I added one new content-type and then deleted my changes / undo changes as the approach is not working. since then, the app having...
Following is the ngINX.conf inside the container. ``` events { } http { sendfile on; server { listen 80; root /www/data/; access_log /var/log/nginx/access.log; client_max_body_size 5242880; add_header X-Content-Type-Options "nosniff" always; add_header...
and it was working flawless with v0.21.1., why this issue coming with the new update?
I have changed my external AVI configuration, which redirects this mixed protocols, which solved my problem. But my question was, while it was working flawless without changing the AVI configuration,...