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

Issues With Nginx Reverse Proxy #54

Open
Majoraslayer opened this issue Apr 14, 2024 · 0 comments
Open

Issues With Nginx Reverse Proxy #54

Majoraslayer opened this issue Apr 14, 2024 · 0 comments

Comments

@Majoraslayer
Copy link

Majoraslayer commented Apr 14, 2024

I'm trying to set up Matchering on a reverse proxy because I often work on my audio projects remotely, and would like to use my home server to master tracks. However, I'm having issues figuring out what Matchering needs in an Nginx server block for it to display correctly. Currently I just get an endlessly spinning loading circle. I'm running the Docker container on Ubuntu 23.04.

Below is what my server block currently looks like (with private info changed). I've tried disabling all of the extra proxy settings (I usually use these by default on most things) but the result is always just a constantly spinning circle. Is there a setting inside the container that I need to change to fix the problem, another argument I need to add to my Docker run command, or is something wrong with this Nginx config?

server { listen 443 ssl http2; server_name matchering.example.com; location / { proxy_pass http://127.0.0.1:8360; proxy_set_header Host $host; proxy_http_version 1.1; proxy_buffering off; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; gzip off; }

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