| Server IP : 178.128.116.179 / Your IP : 216.73.216.247 Web Server : nginx/1.30.3 System : Linux glamautowash 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /etc/nginx/global/server/ |
Upload File : |
# Generic SSL enhancements. Use https://www.ssllabs.com/ssltest/ to test # and recommend further improvements. # Don't use outdated SSLv3 protocol. Protects against BEAST and POODLE attacks. ssl_protocols TLSv1.2 TLSv1.3; # Use secure ciphers ssl_ecdh_curve X25519:prime256v1:secp384r1; ssl_ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305; ssl_prefer_server_ciphers off; # Define the size of the SSL session cache in MBs. ssl_session_cache shared:MozSSL:10m; # Define the time in minutes to cache SSL sessions. ssl_session_timeout 1h; # Use HTTPS exclusively for 1 year, uncomment one. Second line applies to subdomains. add_header Strict-Transport-Security "max-age=31536000;"; # add_header Strict-Transport-Security "max-age=31536000; includeSubdomains;";