In Nginx revers proxy unable to disable TLS1
    blason 
    nginx-forum at forum.nginx.org
       
    Mon Dec 10 04:56:33 UTC 2018
    
    
  
Hello,
Do you mean I need to mention in each and every reverse proxy stanza or in
default config?
Is this right?
[root at xxxxxx conf.d]# vi default.conf
server {
    listen       80 default_server;
    #server_name  "";
    server_name  _;
        return 444;
ssl_protocols TLSv1.2;
    #charset koi8-r;
    #access_log  /var/log/nginx/log/host.access.log  main;
    location / {
        root   /usr/share/nginx/html;
        index  index.html index.htm;
    }
Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282222,282316#msg-282316
    
    
More information about the nginx
mailing list