We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading or converting content ends in Bad Gateway.
If i add
proxy_request_buffering off;
to ingress.conf, it works, but the audio file is broken.
The text was updated successfully, but these errors were encountered:
I could more or less fix the error by removing the line in nginx.conf
sendfile on;
and in the nginx/servers/ingress.conf line
proxy_redirect off;
This allowed me to upload and convert audio files. However, the error still occurred from time to time
Sorry, something went wrong.
No branches or pull requests
Uploading or converting content ends in Bad Gateway.
If i add
proxy_request_buffering off;
to ingress.conf, it works, but the audio file is broken.
The text was updated successfully, but these errors were encountered: