File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121# # run ss-update-config if outdated (check the public mirror link for current build) ##
2222# # builds merely prevent conflicts as SlickStack scripts auto-update regardless ##
2323
24- SS_BUILD=" FEB2025L "
24+ SS_BUILD=" FEB2025M "
2525
2626# # SS_LOCKDOWN = [false|true] stops dev site from being overwritten... and more soon ##
2727# # SS_APP = [wordpress|etc] only wordpress is supported currently (feedback welcome) ##
@@ -337,14 +337,14 @@ SS_CLEAN_FILES_ROOT_PRIVATE="true" ## root dir
337337# # SSL_CIPHERS = [*changes regularly*] the Mozilla cipher list is one of the best ##
338338# # SSL_BUFFER_SIZE = [16k|8k] less than 16k uses less memory but can cause errors ##
339339# # SSL_SESSION_CACHE = [shared:SSL:64m] lowering this value may help low-memory servers ##
340- # # SSL_SESSION_TIMEOUT = [4h|8h |1d] higher reduces handshakes but increases exposure ##
340+ # # SSL_SESSION_TIMEOUT = [120m|720m |1d] longer reduces handshakes but increases exposure ##
341341
342342SSL_TYPE=" openssl"
343343SSL_PROTOCOLS=" TLSv1.2 TLSv1.3"
344344SSL_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"
345345SSL_BUFFER_SIZE=" 16k"
346346SSL_SESSION_CACHE=" shared:SSL:64m"
347- SSL_SESSION_TIMEOUT=" 8h "
347+ SSL_SESSION_TIMEOUT=" 720m "
348348
349349# # OPENSSL_CERT_INCLUDE_DOMAINS = [true|false] required for any web-facing domains ##
350350# # OPENSSL_CERT_INCLUDE_IPS = [false|true] strongly discouraged to avoid doxxing origin ##
You can’t perform that action at this time.
0 commit comments