Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

How to setup nginx reverse proxy? #2

Open
derekoharrow opened this issue Jul 20, 2018 · 2 comments
Open

How to setup nginx reverse proxy? #2

derekoharrow opened this issue Jul 20, 2018 · 2 comments
Labels
help Extra attention is needed question Further information is requested

Comments

@derekoharrow
Copy link

I have filebrowser running in a container just fine and I now want external/remote access to it.

I have nginx setup like this:

location /files { auth_basic "Restricted"; auth_basic_user_file /config/nginx/.htpasswd; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_jackett jackett; proxy_pass http://docker.lan:9107/files; }

However, when I go to http://mydomainame.com/files I just get the 3 dots on screen and it doesn't go any further.

@eine eine added the question Further information is requested label Jul 29, 2018
@eine eine added the help Extra attention is needed label Aug 7, 2018
@eine
Copy link
Contributor

eine commented Aug 8, 2018

@derekoharrow you can have a look at filebrowser/filebrowser#400.

@eine
Copy link
Contributor

eine commented Oct 21, 2018

See filebrowser/filebrowser#549.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
help Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants