[GH-ISSUE #308] [question] Reverse proxy support #224

Closed
opened 2026-02-25 23:33:44 +03:00 by kerem · 2 comments
Owner

Originally created by @rogerBridge on GitHub (Jun 4, 2021).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/308

Hello Sir:
my environment is:

debian 10 + docker 19.03.12
docker image version: latest, image ID: 69e24681b088

my docker command is:

#!/bin/bash
docker run -d --name=shiori \
        -p 127.0.0.1:8080:8080 \
        -v shiori:/srv/shiori \
        radhifadlillah/shiori:latest

I face the same issue issue 181 When I set a reverse proxy, I set the url: https://mydomain.me/shiori/, but when I visit https://mydomain.me/shiri/ , I am be redirect to https://mydomain.me/login?dst=%2F, and this page show nothing, could you help me? If you need any info more, please tell me, thanks a lot 🤣

Originally created by @rogerBridge on GitHub (Jun 4, 2021). Original GitHub issue: https://github.com/go-shiori/shiori/issues/308 Hello Sir: my environment is: ``` debian 10 + docker 19.03.12 docker image version: latest, image ID: 69e24681b088 ``` my docker command is: ``` #!/bin/bash docker run -d --name=shiori \ -p 127.0.0.1:8080:8080 \ -v shiori:/srv/shiori \ radhifadlillah/shiori:latest ``` I face the same issue [issue 181](https://github.com/go-shiori/shiori/issues/181) When I set a reverse proxy, I set the url: https://mydomain.me/shiori/, but when I visit https://mydomain.me/shiri/ , I am be redirect to https://mydomain.me/login?dst=%2F, and this page show nothing, could you help me? If you need any info more, please tell me, thanks a lot 🤣
kerem closed this issue 2026-02-25 23:33:44 +03:00
Author
Owner

@wrecker commented on GitHub (Jul 13, 2021):

if possible, post the section of the reverse proxy config for Shiori

<!-- gh-comment-id:879303489 --> @wrecker commented on GitHub (Jul 13, 2021): if possible, post the section of the reverse proxy config for Shiori
Author
Owner

@rogerBridge commented on GitHub (Jul 16, 2021):

hello sir, that is my config issue, I change the domain to: https://shiori.mydomain.me, then everything works : )

<!-- gh-comment-id:881100008 --> @rogerBridge commented on GitHub (Jul 16, 2021): hello sir, that is my config issue, I change the domain to: https://shiori.mydomain.me, then everything works : )
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#224
No description provided.