Skip to content
Discussion options

You must be logged in to vote

I solved this by adding the proper settings to my nginx.conf "http" section:

                  +    proxy_redirect off;
                  +    proxy_http_version 1.1;
                  +
                  +    proxy_connect_timeout 60s;
                  +
                  +    # Omni needs long timeouts for the long-lived connections
                  +    proxy_send_timeout 1h;
                  +    proxy_read_timeout 1h;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rothgar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant