Using Symlinks
Due to autoscaling requirements, when using symlinks do not use relative paths. All paths must be absolute.
Good Example:
env.php -> /srv/shared/app/etc/env.php
Bad Example:
env.php -> ../../../../env.php
Due to autoscaling requirements, when using symlinks do not use relative paths. All paths must be absolute.
Good Example:
env.php -> /srv/shared/app/etc/env.php
Bad Example:
env.php -> ../../../../env.php