if [ ! -e /usr/html ]; then
    ln -s -T /usr/local/nginx/html/ /usr/html
fi
