Re: Is there an original source linking Qualys report codes to codes in nginx configuration?

2016-06-27 Thread Sven Kirschbaum
The codes used in the nginx configuration are from openssl. There is a list to convert the names in the manual available here: https://www.openssl.org/docs/manmaster/apps/ciphers.html Am 28.06.2016 05:22 schrieb "vfclists ." : > >

Re: Serving website with Apache, with Nginx as interface?

2016-05-12 Thread Sven Kirschbaum
Hello, let Apache listen on a different port and create two server blocks in nginx, one for each site. Then configure nginx to proxy the requests to sd2 to apache. Just google "nginx reverse proxy" and you will find much information. Yours sincerely Sven Kirschbaum 2016-05-12 23:34

Re: HTTP/2 and HTTPS

2016-03-14 Thread Sven Kirschbaum
try. Modify your listen directives to "listen ip:port options;", for example for your last vhost: "listen 192.168.1.163:443 ssl http2;" Mit Freundlichen Grüßen Sven Kirschbaum 2016-03-15 0:39 GMT+01:00 Roswebnet : > Thank you for your fast response. > > However, could

Re: [FR] https don't works with nginx on debian 8

2016-01-25 Thread Sven Kirschbaum
Hello, you´re missing the PHP block in the SSL Server block. Just copy all your location directives into the other server and you´ll be fine. Mit Freundlichen Grüßen Sven Kirschbaum 2016-01-25 11:33 GMT+01:00 mrglobule : > Hello every body, > first sorry for my poor english. > Second