mirror of
https://github.com/RD17/ambar.git
synced 2026-04-25 15:35:49 +03:00
[GH-ISSUE #83] Reverse Proxy #84
Labels
No labels
$$ Paid Support
bug
bug
enhancement
help wanted
invalid
pull-request
question
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ambar#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ovv on GitHub (Oct 26, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/83
Hello,
I set up ambar behind an haproxy to handle ssl termination. I tried to do it by using the
localandexternalkey forapiandfein theconfig.jsonbut I couldn't get it to work that way.Looking at the template it seems the
localkey is not used anywhere.In the end I got it working by editing the
docker-compose.ymlfile and setting the public hostname inthe
feandapienvironment and using my lan configuration for the external key inconfig.json.Am I missing something ?
Regards
@gewuerzgurke84 commented on GitHub (Nov 23, 2017):
+1 for a fix... Thank ovv, found the same workaround. Adjust docker-compose.yml and set external host for webapi and fe
@Ces-Ces commented on GitHub (Jun 3, 2021):
Hello, I'm having issues to make my ngnix proxy work with ssl/tls. Would you mind which part of the docker-compose.yml did you change exactly?
Thanks in advance