mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-01-02 18:40:48 -05:00
switch to noswap tmpfs from ramfs for session ticket keys
This commit is contained in:
parent
ba2540c3fe
commit
84b2193808
@ -5,7 +5,7 @@ set -o errexit -o nounset -o pipefail
|
||||
umask 077
|
||||
|
||||
mkdir -p /etc/nginx/session-ticket-keys
|
||||
mount -t ramfs -o mode=700 ramfs /etc/nginx/session-ticket-keys
|
||||
mount -t tmpfs -o size=1M,mode=700,noswap tmpfs /etc/nginx/session-ticket-keys
|
||||
|
||||
cd /etc/nginx/session-ticket-keys
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user