With which web server is the mopidy installed?

Hi!

I have installed on my Raspberry Pi Mopidy. Which web server has been installed by default? I want to use another application with this Web server from Mopidy. Where is the path to the Web server. In which folder should I copy the PHP pages from another application?

Thank you.

Mopidy uses Tornado as web server. It is a pure Python web server and runs as part of the same process as Mopidy itself. It is only intended for hosting Mopidy extensions and does not support PHP.

See https://docs.mopidy.com/en/latest/api/http-server/ for details.

Thank you very much for the Info. :smiley: