Last active
September 15, 2020 10:04
-
-
Save DavidSporer/9f649c43d79b370f2f9bc28fd2324ac8 to your computer and use it in GitHub Desktop.
Settings.yaml with relative symlinks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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