Skip to content

Instantly share code, notes, and snippets.

@DavidSporer
Last active September 15, 2020 10:04
Show Gist options
  • Save DavidSporer/9f649c43d79b370f2f9bc28fd2324ac8 to your computer and use it in GitHub Desktop.
Save DavidSporer/9f649c43d79b370f2f9bc28fd2324ac8 to your computer and use it in GitHub Desktop.
Settings.yaml with relative symlinks
Neos:
Flow:
resource:
targets:
localWebDirectoryPersistentResourcesTarget:
target: 'Neos\Flow\ResourceManagement\Target\FileSystemSymlinkTarget'
targetOptions:
relativeSymlinks: TRUE
subdivideHashPathSegment: TRUE
localWebDirectoryStaticResourcesTarget:
target: 'Neos\Flow\ResourceManagement\Target\FileSystemSymlinkTarget'
targetOptions:
relativeSymlinks: TRUE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment