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
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
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
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
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
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