search for: ssl_dhparam

Displaying 1 result from an estimated 1 matches for "ssl_dhparam".

2023 Aug 09
1
Upload files and folders to nginx web server from the browser
...ES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384; > root /var/www/html/nbapibankingsoftwarebinaries; > auth_basic "Restricted Access"; > auth_basic_user_file /etc/nginx/.htpasswd; > autoindex on; > ssl_prefer_server_ciphers on; > ssl_dhparam /etc/ssl/certs/software.mydomain.com/dhparam.pem; > add_header Strict-Transport-Security: max-age=63072000; > > location /var/www/html/cbapibankingsoftwarebinaries { > try_files $uri $uri/ =404; > } > } > Please guide me. Thanks in Advance. Best Regards, Kaushal