Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: reverse proxy apache2 #430

Closed
marioscube opened this issue Mar 29, 2022 · 2 comments
Closed

[Enhancement]: reverse proxy apache2 #430

marioscube opened this issue Mar 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@marioscube
Copy link

Describe the feature/enhancement

I downloaded the Docker image and is seems to work as intended.

In my home-setup I use apache2 with reverse proxy (on server A) to access Docker container(s) (on server B).

I would like to be able to access audiobookshelf (on server B) through http:///audiobookshelf.

Using the example in the readme (for apache2) and changing
ProxyPass / http://<IP-server_B>:<audiobookshelf_port>/
to
ProxyPass /audiobookshelf http://:<audiobookshelf_port>/
leads to an endless spinning circle.

Am I doing something wrong here or am I missing a setting?

@marioscube marioscube added the enhancement New feature or request label Mar 29, 2022
@marioscube marioscube changed the title [Enhancement]: [Enhancement]: reverse proxy apache2 Mar 29, 2022
@advplyr
Copy link
Owner

advplyr commented Mar 31, 2022

I think this is related to #385
using a path isn't yet supported

@advplyr
Copy link
Owner

advplyr commented Apr 24, 2022

Subdirectory main issue will be here #385

@advplyr advplyr closed this as completed Apr 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants