fixed permissions

This commit is contained in:
Steve Waterworth
2018-03-27 17:39:05 +01:00
parent 16b4a20d61
commit 96f752a259

View File

@@ -29,5 +29,8 @@ else
cp $BASE_DIR/empty.html $BASE_DIR/eum.html
fi
# make sure nginx can access the eum file
chmod 644 $BASE_DIR/eum.html
exec nginx -g "daemon off;"