Liam Crilly
Liam Crilly
Hello. This is the issue tracker for NGINX Unit but your question seems related to rtmp in NGINX. Please direct this issue to the channels listed at https://nginx.org/en/support.html or to...
HTTP/2 and gRPC support is still on the wish list, but not currently planned.
Language modules typically don't have spaces in them (especially if you're using the official packages). Try ```json "type": "python" ```
These read to me more like prerequisites and system requirements than warnings. Install the toolchain, have enough disk space, have enough memory.
Support for setting `X-Forwarded-Proto` is available today (it's part of the listener configuration): https://unit.nginx.org/configuration/#ip-protocol-forwarding
I see the same issue. MySQL is up and running with the database fully populated. I see some errors in the Apache error log: `[Mon Sep 10 16:58:30.505278 2018] [:error]...
Solved by changing ergastdb/Dockerfile to use `FROM mysql:5.6`
FWIW, my complete Dockerfile ``` FROM mysql:5.6 RUN sed -i -e"s/^bind-address\s*=\s*127.0.0.1/bind-address=0.0.0.0/" /etc/mysql/my.cnf RUN apt-get update && apt-get install -y wget && apt-get clean WORKDIR /docker-entrypoint-initdb.d RUN wget http://ergast.com/downloads/f1db.sql.gz -O -...
> Nice feature to combine chain of try_files for example to deliver static assets by checking for presence of css.brotli/css.gz/.css files @andypost , this issue (chained routes) is to allow...
Router diagnostic logging shipped with unit-1.30.0