How to setup LinkStack with ssl through reverse_proxy with caddy #838
Unanswered
giacomolanzi
asked this question in
Questions
Replies: 2 comments
|
You exported the port You don't even need to export ports since you're using caddy. |
0 replies
|
@giacomolanzi did you get it working? I am having a similar issue. |
0 replies
注册 for free
to join this conversation on GitHub.
Already have an account?
登录 to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I am having trouble setting up LinkStack on docker alongside with Caddy for reverse proxy.
Here is my yml:
To be noted: I edited the HTTP_SERVER_NAME and HTTPS_SERVER_NAME using the third level domain I would like to use to navigate to LinkStack.
Since ports 80/443 are used by caddy, I assigned 8190:443.
Here is my Caddy Config section related to LinkStack:
What I am doing wrong?
All reactions