[GH-ISSUE #1241] Upstream Proxy Target Label #679

Closed
opened 2026-02-26 12:09:08 +03:00 by kerem · 2 comments
Owner

Originally created by @B00M3000 on GitHub (Jul 18, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1241

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Image

I am running consul and using upstream. The site is working but it still annoyingly says offline.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Is it possible to populate with the ips found or some other metric.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Please tell me if I configured something wrong. I am relatively new to proxy configuration.

Additional context
Add any other context or screenshots about the feature request here.

Here is my config redacted.

I am using consul with nomad.

upstream redacted-net {
    zone upstream_web 128k;
    resolver 127.0.0.1:8600 valid=5s;
    resolver_timeout 2s;
    server service.consul service=redacted-net resolve;
}
server {
    listen 80;
    listen [::]:80;
    server_name redacted.net;
    location / {
        proxy_pass http://redacted-net;
    }
}

Kudos on the fantastic dashboard! 👍 🎉

Originally created by @B00M3000 on GitHub (Jul 18, 2025). Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1241 **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] <img width="511" height="111" alt="Image" src="https://github.com/user-attachments/assets/eec7ce96-e059-4fa9-bc30-7bde1ec142d6" /> I am running consul and using upstream. The site is working but it still annoyingly says offline. **Describe the solution you'd like** A clear and concise description of what you want to happen. Is it possible to populate with the ips found or some other metric. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. Please tell me if I configured something wrong. I am relatively new to proxy configuration. **Additional context** Add any other context or screenshots about the feature request here. Here is my config redacted. I am using consul with nomad. ```conf upstream redacted-net { zone upstream_web 128k; resolver 127.0.0.1:8600 valid=5s; resolver_timeout 2s; server service.consul service=redacted-net resolve; } server { listen 80; listen [::]:80; server_name redacted.net; location / { proxy_pass http://redacted-net; } } ``` Kudos on the fantastic dashboard! 👍 🎉
kerem 2026-02-26 12:09:08 +03:00
Author
Owner

@0xJacky commented on GitHub (Jul 19, 2025):

Could you please update to the latest dev version and test if this function works properly?

<!-- gh-comment-id:3092243355 --> @0xJacky commented on GitHub (Jul 19, 2025): Could you please update to the latest dev version and test if this function works properly?
Author
Owner

@B00M3000 commented on GitHub (Jul 21, 2025):

Yes! It works properly. This was my one gripe. Thank you.

<!-- gh-comment-id:3095323369 --> @B00M3000 commented on GitHub (Jul 21, 2025): Yes! It works properly. This was my one gripe. Thank you.
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/nginx-ui#679
No description provided.