Nginx configuration steps missing in the documentation.

XMLWordPrintable

    • Type: Documentation task
    • Resolution: Unresolved
    • Priority: Trivial
    • None
    • Affects Version/s: 7.0.22
    • Component/s: Documentation (D)

      Steps to reproduce:

      1. On the zabbix website,
      2. Choise zabbix7.0+debian12+Postgresql+Server, Frontend, Agent 2+Nginx

      Result:

      Expected:


      Missing steps

      but the /etc/nginx/conf.d/zabbix.conf is

      server {
      #        listen          8080;
      #        server_name     example.com;
      
              root    /usr/share/zabbix;
      
              index   index.php;
      
              location = /favicon.ico {
                      log_not_found   off;
              }
      
              location / {
                      try_files       $uri $uri/ =404;
              }
      
              location /assets {
                      access_log      off;
                      expires         10d;
              }
      
              location ~ /\.ht {
                      deny            all;
              }
      
              location ~ /(api\/|conf[^\.]|include|locale) {
                      deny            all;
                      return          404;
              }
      
              location /vendor {
                      deny            all;
                      return          404;
              }
      
              location ~ [^/]\.php(/|$) {
                      fastcgi_pass    unix:/var/run/php/zabbix.sock;
                      fastcgi_split_path_info ^(.+\.php)(/.+)$;
                      fastcgi_index   index.php;
      
                      fastcgi_param   DOCUMENT_ROOT   /usr/share/zabbix;
                      fastcgi_param   SCRIPT_FILENAME /usr/share/zabbix$fastcgi_script_name;
                      fastcgi_param   PATH_TRANSLATED /usr/share/zabbix$fastcgi_script_name;
      
                      include fastcgi_params;
                      fastcgi_param   QUERY_STRING    $query_string;
                      fastcgi_param   REQUEST_METHOD  $request_method;
                      fastcgi_param   CONTENT_TYPE    $content_type;
                      fastcgi_param   CONTENT_LENGTH  $content_length;
      
                      fastcgi_intercept_errors        on;
                      fastcgi_ignore_client_abort     off;
                      fastcgi_connect_timeout         60;
                      fastcgi_send_timeout            180;
                      fastcgi_read_timeout            180;
                      fastcgi_buffer_size             128k;
                      fastcgi_buffers                 4 256k;
                      fastcgi_busy_buffers_size       256k;
                      fastcgi_temp_file_write_size    256k;
              }
      }
      
      

            Assignee:
            Guntis Liepins
            Reporter:
            canghai809
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                Estimated:
                Original Estimate - 1h
                1h
                Remaining:
                Remaining Estimate - 1h
                1h
                Logged:
                Time Spent - Not Specified
                Not Specified