You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.
I just found a very peculiar conflict between eustas/ngx_brotli (v0.1 and latest) and vozlt/nginx-module-vts. When rendering the VTS status page (/status/format/html), it just displays a blank page. That is, the HTML has things in the <head> tag but nothing in the <body>. However, rendering as JSON or Prometheus works fine.
This issue is present when compiling with nginx-modules/ngx_brotli and eustas/ngx_brotli but not with google/ngx_brotli. I am compiling Nginx 1.16.1 with the following modules:
I'm not sure why one module would conflict with another, or even if this is an issue with ngx_brotli, nginx-module-vts or just my configuration. Any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I just found a very peculiar conflict between
eustas/ngx_brotli
(v0.1
and latest) andvozlt/nginx-module-vts
. When rendering the VTS status page (/status/format/html
), it just displays a blank page. That is, the HTML has things in the<head>
tag but nothing in the<body>
. However, rendering as JSON or Prometheus works fine.This issue is present when compiling with
nginx-modules/ngx_brotli
andeustas/ngx_brotli
but not withgoogle/ngx_brotli
. I am compiling Nginx1.16.1
with the following modules:And the following configuration:
I'm not sure why one module would conflict with another, or even if this is an issue with
ngx_brotli
,nginx-module-vts
or just my configuration. Any help would be appreciated.The text was updated successfully, but these errors were encountered: