You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I'm using filebrowser behind an Apache2 reverse proxy. Before I used filebrowser --port 8675 --scope files/ --prefixurl=/files to run filebrowser and it worked perfectly, but after updating to the latest version, and trying to run filebrowser -p 8675 -r files/ -b /files/ it stopped working.
Expected behaviour
Filebrowser serving my files behind the Apache2 reverse proxy.
What is happening instead?
I get a 503 error "Service Unavailable. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." for the Apache2 server.
Description
I'm using filebrowser behind an Apache2 reverse proxy. Before I used
filebrowser --port 8675 --scope files/ --prefixurl=/filesto run filebrowser and it worked perfectly, but after updating to the latest version, and trying to runfilebrowser -p 8675 -r files/ -b /files/it stopped working.Expected behaviour
Filebrowser serving my files behind the Apache2 reverse proxy.
What is happening instead?
I get a 503 error "Service Unavailable. The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." for the Apache2 server.