Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-17994

ngx_http_access_module uses only IP addresses, incorrect template setup example

XMLWordPrintable

    • Sprint 66 (Jul 2020)
    • 0.25

      Steps to reproduce:
      Open https://www.zabbix.com/integrations/nginx#tab:official2
      Setup example with:

      location = /basic_status {
          stub_status;
          allow localhost;
          deny all;
      }
      

      Result:
      NGINX will deny such configuration.

      Expected:
      http://nginx.org/en/docs/http/ngx_http_access_module.html

            mchudinov Maxim Chudinov (Inactive)
            edgar.akhmetshin Edgar Akhmetshin
            Team INT
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: