alfg / murmur-rest

:headphones: A RESTful API for administering virtual Mumble servers. Built with Flask and Ice.
https://github.com/alfg/murmur-rest
79 stars 34 forks source link

Proxy API #40

Closed BonnetAdam closed 2 years ago

BonnetAdam commented 2 years ago

Hi, I have a mailserver on the same vps that the murmur-rest run, and I was needed to install a proxy on the vps, and now the API doesn't work. The proxy turn under NGINX, I did properly all the redirection. Do you have any idea how I can solve this problem

alfg commented 2 years ago

Hey @CrazyOutOff, do you have an example of the NGINX config? Are the required server and murmur ports open?

BonnetAdam commented 2 years ago

Hi, I was finnaly able to find a solution. I was using the wrong protocol. But thanks for the anwser.

alfg commented 2 years ago

Ah, good to know. Glad you figured out the issue.