It's brotli.
Removing
--add-module=/usr/local/src/ngx_brotli
from 1.9.11 config, rebuilding, it's fixed. Runs ok.
brotli's OK atm with 1.9.10, but not with 1.9.11
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hi
starting wit a running nginx/1.9.10 on linux/64
simple build/upgrade to nginx/1.9.11; same config as before
no errors in build
nginx -v
nginx version: nginx/1.9.11
but,
systemctl start
nginx.serviceJob for nginx.service failed. See "systemctl
I installed an Nginx server this weekend.
I got the Symfony PHP framework, and a test app, running on it, using php-fpm,
and a simple all-in-one Nginx config.
I'm trying to figure out splitting front- and back-ends using Nginx proxy.
I set up a FrontEnd Nginx config
server {