mirror of
https://git.lolcat.ca/lolcat/4get.git
synced 2025-07-30 09:48:37 -04:00
fix treatment of config values with default of null and add php sodium
This commit is contained in:
parent
81dc93802c
commit
3a220d38b5
3 changed files with 13 additions and 11 deletions
|
@ -9,7 +9,7 @@ FOURGET_PROTO="${FOURGET_PROTO#\"}"
|
|||
FOURGET_PROTO=`echo $FOURGET_PROTO | awk '{print tolower($0)}'`
|
||||
|
||||
|
||||
if [ "$FOURGET_PROTO" = "https" ] || [ -f /etc/4get/certs/fullchain.pem ] || [ -f /etc/4get/certs/privkey.pem ]; then
|
||||
if [ "$FOURGET_PROTO" = "https" ]; then
|
||||
echo "Using https configuration"
|
||||
cp /etc/apache2/https.conf /etc/apache2/httpd.conf
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue