NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support v
« Previous 1 … 35 36 37 38 39 … 43 Next »
webroot / nginx config

 
  • 0 Vote(s) - 0 Average
webroot / nginx config
Kurosh
Offline

Junior Member

UK
Posts: 38
Threads: 4
Joined: Feb 2020
#1
2020-02-25, 03:09 PM (This post was last modified: 2020-02-25, 03:09 PM by Kurosh.)
Hello,

I'm trying to get nginx reverse proxy in front of NextPVR. It works WITHOUT a webroot, however when I try to create anything it fails.

For example...

https://mydomain.com > works and the NextPVR login screen displays
https://mydomain.com/npvr > does not work, nor does ny other acronym i've tried

HELP! Can I set a webroot somewhere, or tell me one which work (if hardcoded)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#2
2020-02-25, 03:37 PM
(2020-02-25, 03:09 PM)Kurosh Wrote: Hello,

I'm trying to get nginx reverse proxy in front of NextPVR. It works WITHOUT a webroot, however when I try to create anything it fails.

For example...

https://mydomain.com > works and the NextPVR login screen displays
https://mydomain.com/npvr > does not work, nor does ny other acronym i've tried

HELP! Can I set a webroot somewhere, or tell me one which work (if hardcoded)
It should support any webroot. What happens when you try? Is it just somethings that don't work, or you can't even get to https://mydomain.com/npvr/index.html?
pdc
Offline

Junior Member

Posts: 17
Threads: 7
Joined: Nov 2018
#3
2020-04-04, 11:40 PM
(2020-02-25, 03:09 PM)Kurosh Wrote: I'm trying to get nginx reverse proxy in front of NextPVR. It works WITHOUT a webroot, however when I try to create anything it fails.

Hi, I have just set this up on nginx (Debian/raspbian buster) and it seems to work (note the trailing slashes):

Code:
Server {
        [config for server...]

    location /nextpvr/ {
        proxy_pass http://127.0.0.1:8866/;
    }
}

Access to https://mysite/nextpvr seems to work for all pages. This is a Raspberry Pi so I haven't tried streaming.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  What does HDPVRBufferLonger do (in the config file)? mmortal03 1 710 2023-03-01, 04:17 PM
Last Post: sub
  config.xml settings jcole998 2 1,476 2020-10-25, 05:20 PM
Last Post: jcole998
  Database and Config Compatibility jcjefferies 9 4,176 2019-06-30, 09:32 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode