Jump to content

downer06

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by downer06

  1. My SabNZDB install stopped working this week.  I see this is no longer updated.  Does anyone know how to update the python version in this container or make a backup of all my settings so i can import it into another version of sabnzdb .  I can do the docker settings easily enough but i buld alot of integration into this and would like to copy it.  I will take me weeks to remember and get all the little things working agian.

  2. On 9/27/2017 at 1:28 AM, Gog said:

    Hi guys

     

    I'm trying this again and so far performance is very interesting.  I'm hitting a snag with reverse proxying it though.  @CHBMB had explained how to do it here: apache config but it seems this is on nginx now, not apache.

     

    My nginx container can reverse proxy but piwigo doesn't like the url root.

    I tried changing this:

    
     location / {
            try_files $uri $uri/ /index.html /index.php?$args =404;
        }

    to this:

    
       location /piwigo {
            try_files $uri $uri/ /index.html /index.php?$args =404;
        }

    in the piwigo container at ...\appdata\piwigo\nginx\site-confs\default 

     

    But it doesn't have the effect I was hoping on (it has no effect that I can see).  I must admit the nginx documentation is flying way above my head.

     

    Can someone point me in the right direction?

     

    Thanks

    Did you ever get this working with your reverse proxy? 

×
×
  • Create New...