Skip to content

Improve documentation in "Configuring a Web Server" #4232

Closed
@MichaelMackus

Description

@MichaelMackus

I ran into an issue today where one of our LESS assets was not compiling correctly. The problem line was an @import line linking to the a component file (from our bundle's public folder).

This issue is easily fixed with adding a "FollowSymlinks" apache option to the root symfony application directory (not the web folder).

I think a simple note or just "Options FollowSymlinks" for the root symfony directory in the Web Server Configuration documentation would help here: http://symfony.com/doc/current/cookbook/configuration/web_server_configuration.html

I think this issue only applies to assets installed using symlinks (which seems relatively common). Also to note is this symfony app is inside a Vagrant VM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    hasPRA Pull Request has already been submitted for this issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions