mirror of
https://github.com/GrapheneOS/matrix.grapheneos.org.git
synced 2026-01-03 17:05:41 -05:00
nginx: update comment for session ticket keys
This commit is contained in:
parent
0dc8b59fb8
commit
45b8b71bce
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ http {
|
|||
ssl_certificate /etc/letsencrypt/live/matrix.grapheneos.org/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/matrix.grapheneos.org/privkey.pem;
|
||||
|
||||
# maintained by rotate-session-ticket-keys in noswap tmpfs
|
||||
# managed externally in noswap tmpfs
|
||||
ssl_session_ticket_key /etc/tls/session-ticket-keys/4.key;
|
||||
ssl_session_ticket_key /etc/tls/session-ticket-keys/3.key;
|
||||
ssl_session_ticket_key /etc/tls/session-ticket-keys/2.key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue