Re: different ssl_cerficate/ssl_cerficate_key pair for different $host in same server directive

2022-03-09 Thread huiming via nginx
    I hope a server directive includes all sites of user. The benefit of such configuration is that the limit_rate/limit_conn can take effect for the user's all sites.      Is there any other configuration to implement this requirement? -- Original -- Fro

different ssl_cerficate/ssl_cerficate_key pair for different $host in same server directive

2022-03-09 Thread huiming via nginx
hi Hello,       Is below configuration valid? nginx report      "nginx: [emerg] "ssl_certificate" directive is not allowed here in /usr/local/nginx/clientcfg/www.waf.soptest.com.443.conf:16"     I hope different ssl_cerficate/ssl_cerficate_key pair for different $host in same server , it is p

Re: bandwidth limit for specific server

2021-12-22 Thread huiming
Francis Daly??       extremely appreciative of your feedback.      Any suggestion for third-party module that does some form of internal bandwidth limiting?  thanks huiming -- Original -- From

bandwidth limit for specific server

2021-12-18 Thread huiming
Hi,       Is it possible to limit total bandwidth for server?   http {     include       mime.types;     default_type  application/octet-stream;     #access_log  /usr/local/nginx/logs/access.log  main;     access_log  off;     sendfile        on;     #tcp_nopush     on;     #keepalive_time