mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #411] Zabbix custom location not working #347
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#347
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 @styxadmin on GitHub (May 15, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/411
Hi, I cant get the custom location for Zabbix to work.
On my current nginx configuration it is set up like this:
#reverse proxy
location /zabbix/ {
proxy_pass http://192.168.100.12/zabbix/;
I am trying to replicate that on the UI of Nginx Proxy Manager:
As you can see it does not proerly direct to https://zabbix.mydomain.com/zabbix/
@jc21 commented on GitHub (May 20, 2020):
I think you need to specify
192.168.100.12/zabbixas the Forward Hostname in Custom Location section.@ghost commented on GitHub (Jun 10, 2020):
That doesn't work - I have the same problem
@BassT23 commented on GitHub (Jun 15, 2023):
Under "Custom Location":
custom location:
/Forward hostname / IP:
<IP>/zabbix/Than the Problem you will have, like me; Login only work as guest, ...
@github-actions[bot] commented on GitHub (Mar 29, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@lilp69 commented on GitHub (Sep 13, 2024):
@BassT23 I try your solution, and I've the connection page. When I try to connect with any user (mine, admin, guest), I've this message : https://i.imgur.com/2neIywg.png
@Foxhunter-de commented on GitHub (Dec 19, 2024):
Solution for all who are struggeling:
Don't use the custom location tab. Go to advanced tab, enter this:
location / {
proxy_cookie_path /zabbix /;
proxy_pass http://ip-of-your-zabbix:80/zabbix/;
}
Yes, there is a spce in the cookie path after zabbix - that is important. Hope that helps :)
@ZuLzgit commented on GitHub (Jan 24, 2025):
@PCE-Consulting Thanks i love you
@Foxhunter-de commented on GitHub (Jan 25, 2025):
Haha, glad it works for you :)
@github-actions[bot] commented on GitHub (Aug 22, 2025):
Issue is now considered stale. If you want to keep it open, please comment 👍