Skip to content

Commit 04fc90a

Browse files
authored
Update ss-config-sample.txt
1 parent ada3fd5 commit 04fc90a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bash/ss-config-sample.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

342342
SSL_TYPE="openssl"
343343
SSL_PROTOCOLS="TLSv1.2 TLSv1.3"
344344
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"
345345
SSL_BUFFER_SIZE="16k"
346346
SSL_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 ##

0 commit comments

Comments
 (0)