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

232
Views
ngx_http_limit_conn_module de nginx no funciona para https

Uso el módulo ngx_http_limit_conn_module de nginx (nginx1.10.2) para limitar el número de conexiones simultáneas. Funciona para solicitudes HTTP, pero no funciona para la configuración HTTPS.nginx de la siguiente manera

 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!