[GH-ISSUE #48] Missing trailing slash on proxy_pass to frontend #48

Closed
opened 2026-02-27 15:54:40 +03:00 by kerem · 5 comments
Owner

Originally created by @thangngoc89 on GitHub (Jun 26, 2017).
Original GitHub issue: https://github.com/RD17/ambar/issues/48

Your original nginx config produced by default installation process.

server {
  listen 80;
  server_name ambar-fe;
  client_max_body_size 1024m;
  location /api/ {
    proxy_pass http://webapi:8080/api/;
  }
  location / {
    proxy_pass http://frontend:80;
  }
}

The last directive should be proxy_pass http://frontend:80/;

Originally created by @thangngoc89 on GitHub (Jun 26, 2017). Original GitHub issue: https://github.com/RD17/ambar/issues/48 Your original nginx config produced by default installation process. ``` server { listen 80; server_name ambar-fe; client_max_body_size 1024m; location /api/ { proxy_pass http://webapi:8080/api/; } location / { proxy_pass http://frontend:80; } } ``` The last directive should be `proxy_pass http://frontend:80/;`
kerem 2026-02-27 15:54:40 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@luxflux commented on GitHub (Jun 30, 2017):

This has been fixed with RD17/ambar-proxy@328084c9d1, could you build a new docker image?

<!-- gh-comment-id:312285137 --> @luxflux commented on GitHub (Jun 30, 2017): This has been fixed with RD17/ambar-proxy@328084c9d124f2d51e8030bd994167ab8b5d742a, could you build a new docker image?
Author
Owner

@thangngoc89 commented on GitHub (Jun 30, 2017):

@luxflux Do you guys have some kind of chat? I can't get ambar running on my machine at all. Upload function isn't working

<!-- gh-comment-id:312290896 --> @thangngoc89 commented on GitHub (Jun 30, 2017): @luxflux Do you guys have some kind of chat? I can't get ambar running on my machine at all. Upload function isn't working
Author
Owner

@sochix commented on GitHub (Jun 30, 2017):

@luxflux will update images ASAP

<!-- gh-comment-id:312291991 --> @sochix commented on GitHub (Jun 30, 2017): @luxflux will update images ASAP
Author
Owner

@sochix commented on GitHub (Jun 30, 2017):

@thangngoc89 please, create a new issue with description of your problem

<!-- gh-comment-id:312292054 --> @sochix commented on GitHub (Jun 30, 2017): @thangngoc89 please, create a new issue with description of your problem
Author
Owner

@sochix commented on GitHub (Jun 30, 2017):

@luxflux @thangngoc89 images updated

<!-- gh-comment-id:312296513 --> @sochix commented on GitHub (Jun 30, 2017): @luxflux @thangngoc89 images updated
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/ambar#48
No description provided.