html2rss-web running on Docker behind an Apache reverse proxy #933
Unanswered
stefankopp47
asked this question in
General
Replies: 1 comment
-
Running on a /subpath is not supported. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I've been trying for days to get html2rss running on Docker behind an Apache reverse proxy.
I've made the following settings in my Apache:
172.16.0.16 is the fixed internal IP address of my Docker container.
When I now call up the page with https://domain.tlb/html2rss, the page loads, but the link to, for example,
water.css is in the page https://domain.tlb/water.css, but should be https://domain.tlb/html2rss/water.css.
I have found out that the following settings must be made in the Puma config:
But I don't know where to enter this?
I would appreciate some help.
Stefan
Beta Was this translation helpful? Give feedback.
All reactions