Skip to content
New issue

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

Upload/Convert content ends in 502 #18

Open
elmaddin22 opened this issue Jan 24, 2025 · 1 comment
Open

Upload/Convert content ends in 502 #18

elmaddin22 opened this issue Jan 24, 2025 · 1 comment

Comments

@elmaddin22
Copy link
Contributor

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.

Image Image
@elmaddin22
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant