[Enhancement]: reverse proxy apache2 #251

Closed
opened 2026-04-24 23:02:21 +02:00 by adam · 2 comments
Owner

Originally created by @marioscube on GitHub (Mar 29, 2022).

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?

Originally created by @marioscube on GitHub (Mar 29, 2022). ### 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://<IP-server-A>/audiobookshelf. Using the example in the readme (for apache2) and changing **ProxyPass / http://<IP-server_B>:<audiobookshelf_port>/** to **ProxyPass /audiobookshelf http://<IP-server-B>:<audiobookshelf_port>/** leads to an endless spinning circle. Am I doing something wrong here or am I missing a setting?
adam added the enhancement label 2026-04-24 23:02:21 +02:00
adam closed this issue 2026-04-24 23:02:22 +02:00
Author
Owner

@advplyr commented on GitHub (Mar 31, 2022):

I think this is related to https://github.com/advplyr/audiobookshelf/issues/385
using a path isn't yet supported

@advplyr commented on GitHub (Mar 31, 2022): I think this is related to https://github.com/advplyr/audiobookshelf/issues/385 using a path isn't yet supported
Author
Owner

@advplyr commented on GitHub (Apr 24, 2022):

Subdirectory main issue will be here #385

@advplyr commented on GitHub (Apr 24, 2022): Subdirectory main issue will be here #385
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#251