Hello,

Do you mean I need to mention in each and every reverse proxy stanza or in
default config?

Is this right?

[root@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

_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to