You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact those lines are missing to configure the vhost (apache example):
if ! [ -z ${ALIAS+x} ]; then
if ! [ -z ${ENVIRONMENT_ALIAS+x} ]; then
echo "An environment alias and an alias are defined!"
cat >> /etc/apache2/conf.d/vhost.conf << EOL
Alias $ALIAS/bundles/emsch_assets /opt/src/public/bundles/$ENVIRONMENT_ALIAS
EOL
fi
Il manque un alias par environnement
Exemple :
Alias "/bundles/emsch_assets/" "${ROOT}"
DEVIENT
Alias "/bundles/status_bcss_acc_v1_preview" "${ROOT}"
The text was updated successfully, but these errors were encountered: