Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

231
Views
nginx's ngx_http_limit_conn_module don't work for https

I use nginx's(nginx1.10.2) ngx_http_limit_conn_module module to limit the number of concurrent connections. It works for HTTP requests, but it doesn't work for HTTPS.nginx config as follows

limit_conn_zone $server_name zone=one:10m;
server {
    listen       80;
    listen       443 ssl;
    server_name  test-esign.mbcloud.com;
    #ssl on;
    ssl_certificate "/etc/nginx/conf.d/crtdomain/server.cer";
    ssl_certificate_key "/etc/nginx/conf.d/crtdomain/server.key";
    ssl_session_cache shared:SSL:1m;
    ssl_session_timeout  10m;
    ssl_ciphers HIGH:!aNULL:!MD5;

    location / {
        limit_conn one 1;
        root   /usr/share/nginx/html;
        index  index.html index.htm;
    }
}
over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!