require more RAM and add headers

This commit is contained in:
Daniel Hansson 2020-08-14 23:09:23 +02:00 committed by GitHub
parent 8253119abd
commit 32bfadcb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,7 @@ To run this script again, execute $SCRIPTS/menu.sh and choose Additional Apps --
fi
# Test RAM size (3 GB min) + CPUs (min 2)
ram_check 3 Bitwarden
ram_check 4 Bitwarden
cpu_check 2 Bitwarden
msg_box "IMPORTANT, PLEASE READ!
@ -179,6 +179,7 @@ a2enmod proxy
a2enmod proxy_wstunnel
a2enmod proxy_http
a2enmod ssl
a2enmod headers
if [ -f "$HTTPS_CONF" ]
then