disbatch
    
    
  
  
  
view release on metacpan or search on metacpan
etc/disbatch/nginx-default.conf-example view on Meta::CPAN
    ssl_session_cache         shared:SSL:10m;
    ssl_session_timeout       10m;
    ssl_protocols             TLSv1.2;
    ssl_prefer_server_ciphers on;
    ssl_ciphers               AES256+EECDH:AES256+EDH:!aNULL;
    location / {
        proxy_set_header Host $http_host;
        proxy_set_header X-Forwarded-Host $http_host;
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_pass http://localhost:8080;
    }
}
    
  
  
  
( run in 0.736 second using v1.01-cache-2.11-cpan-a1d94b6210f )