FirePlay with nginx reverse-proxy

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2435
    RigasW
    Participant

    Hi,

    I tried to make FirePlay available behind a reverse proxy. So I installed nginx on my slug with the following proxy settings in nginx.conf:


    server {
    listen 81;
    server_name slugtunes.xxxxxx.homelinux.org;
    location / {
    proxy_pass http://127.0.0.1:3689/;
    }

    When I called

    slugtunes.xxxx.homelinux.org:81/FirePlay.html

    after giving id and passwd FirePlay came up. But after playing about a second of a song, it stops.
    It must be something with the nginx config, but I am not experienced with proxy configuration and nginx is from Russia, so there is not too much english or german documentation.

    Any ideas?

    Rigas

    #17008
    w1ll14m
    Participant

    I’m running fireplay behind a apache2 webserver, it works very nice.

    read This

    #17009
    RigasW
    Participant

    I’m running fireplay behind a apache2 webserver, it works very nice.

    read This

    Thanks for your hint. I have my installation on a nslu2 slug and apache might be a little to heavy for that little device ….

    RigasW

    #17010
    EVILRipper
    Participant

    Hehe, indeed, apache is pretty heavy. You could try Lighttpd.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Add-on Software’ is closed to new topics and replies.