Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "disable_symlinks" option for nginx::config class #847

Closed
jurim76 opened this issue Aug 4, 2016 · 1 comment
Closed

Add "disable_symlinks" option for nginx::config class #847

jurim76 opened this issue Aug 4, 2016 · 1 comment
Labels
enhancement New feature or request

Comments

@jurim76
Copy link

jurim76 commented Aug 4, 2016

Please add "disable_symlinks" option in nginx::config class
By default disable_symlinks is on, that is not good for symlinked site files.

@3flex 3flex added the enhancement New feature or request label Aug 4, 2016
@wyardley
Copy link
Collaborator

wyardley commented Oct 8, 2016

It seems like the current default is 'off'
http://nginx.org/en/docs/http/ngx_http_core_module.html#disable_symlinks
Since the module doesn't explicitly set it, I think this can be worked around with a custom config append / prepend in the relevant section, though I'll leave this ticket open for more discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants