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

AudioMass behind Nginx ? #60

Open
msvp opened this issue Dec 15, 2021 · 1 comment
Open

AudioMass behind Nginx ? #60

msvp opened this issue Dec 15, 2021 · 1 comment

Comments

@msvp
Copy link

msvp commented Dec 15, 2021

Hello from France !

Is one of you ma,age to run AudioMass behind Nginx ?

Any idea of the configuration ?

This is what I've tested and does not work :
#AudioMass
location /audiomass
{
rewrite ^/audiomass(/.*) /$1 break;
#proxy_set_header X-Real-IP $remote_addr;
#proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://192.168.1.2:5055/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_set_header Host $host;
}
#/AudioMass

Thanks in advance for your help !

@msvp
Copy link
Author

msvp commented Dec 16, 2021

The solution was very simple : location /audiomass**/**

Thanks for this wonderful job !

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