nginx 1.12.2 with brotli compression truncates big files

2018-01-12 Thread Matthias Fechner
Dear all, I have nginx configured to compress files using brotli with the following configuration: # enable Brotli brotli on; brotli_types     # text/html is always compressed by HttpGzipModule     text/css     text/javascript     text/xml     text/plain     text/x-componen

Re: ERR_SPDY_PROTOCOL_ERROR Nginx !!

2017-08-01 Thread Matthias Fechner
Am 01.08.2017 um 23:51 schrieb shahzaib mushtaq: > Following ciphers i am using : > > server { > listen 443 http2; > ssl on; > ssl_protocols TLSv1 TLSv1.1 TLSv1.2; > ssl_ciphers > 'ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384

Re: How can I rewrite .php files properly?

2017-06-19 Thread Matthias Fechner
Am 19.06.2017 um 21:32 schrieb Joergi: > I am running a MediaWiki installation and I am using this block of rules to > rewrite requests to MediaWiki: > > > location ~ \.php { > root /home/$username/www/; > index index.php index.html; > try_files /dummy/$uri @php; > } > I use the followi

Re: Auth_digest not working

2016-08-05 Thread Matthias Fechner
Am 03.08.2016 um 14:31 schrieb Maxim Dounin: > To protect passwords in transit consider using SSL/TLS instead. hehe, thanks I expected that answer and I'm using it already. But auth_basic is transferring password which is not nice, no matter if the line is encrypted or not. It would be nice if ngi

Re: Auth_digest not working

2016-08-02 Thread Matthias Fechner
Am 01.08.2016 um 00:53 schrieb Maxim Dounin: > The auth_digest module is a 3rd party one. And the message > suggests there is a bug in it, or it's not compatible with the > current version of nginx. > > You may consider using an official module instead, auth_basic. > See here for details: tha

Auth_digest not working

2016-07-30 Thread Matthias Fechner
Dear all, I have a very simple webserver running with php-fpm connected (to handle php scripts). It is running perfectly fine without authentication (on a FreeBSD installation). If I enable auth_digest (which is enabled in the FreeBSD port I compiled), I see only in the main error log the line: 2