Stratus Guides - Using Symlinks

Due to auto-scaling 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

Last modified January 1, 0001