Jump to content

dbowerman

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by dbowerman

  1. 2021-06-18 11:36:36.708408 [info] Host is running unRAID
    2021-06-18 11:36:36.725511 [info] System information Linux 186cd7257874 5.10.19-Unraid #1 SMP Sat Feb 27 08:00:30 PST 2021 x86_64 GNU/Linux
    2021-06-18 11:36:36.745587 [info] OS_ARCH defined as 'x86-64'
    2021-06-18 11:36:36.765944 [info] PUID defined as '0'
    2021-06-18 11:36:36.848242 [info] PGID defined as '0'
    2021-06-18 11:36:36.890949 [info] UMASK defined as '000'
    2021-06-18 11:36:36.909325 [info] Permissions already set for '/config'
    2021-06-18 11:36:36.933657 [info] Deleting files in /tmp (non recursive)...
    2021-06-18 11:36:36.954013 [info] WEBUI_PASSWORD defined as 'mineos'
    2021-06-18 11:36:36.988358 [info] JAVA_VERSION defined as '8'
    '/usr/lib/jvm/java-8-openjdk/jre' is not a valid Java environment path

     

    I have tried both the default of 8 and of 16 and both end up with the same error message. 
    Is there additional set up I am missing here?

  2. 5 hours ago, mattie112 said:

    As it basically is just Nginx you can look into:

    https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/

     

    For example:

    
    location /some/path/ {
        proxy_set_header Host $host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_pass http://localhost:8000;
    }

    I did not test it but I assume you can use this in the advanced config part

    That is similar to what I have attempted. For the sake of sanity, I modified the path, address, and port and put it in. I can confirm that it is using the location under the advanced tab as I can break it. However, I am still only seeing the IP of the proxy when I connect to the webserver. If I connect to the webserver directly, I do see the IP of the host I am connecting from. 

    image.png.a1dbc215fecb741743648fc89b5e580c.png

×
×
  • Create New...