diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-12-13 19:43:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-12-13 19:43:26 -0200 |
commit | d5fe3bfac9c52daac225d1c8ae3faf32de029040 (patch) | |
tree | d2715ec8ff3bb9ed70f978d214fb7534dccb20b1 | |
parent | 62d00fbc9cc08f7785244334191718ddb22b9b60 (diff) | |
download | puppet-apache-d5fe3bfac9c52daac225d1c8ae3faf32de029040.tar.gz puppet-apache-d5fe3bfac9c52daac225d1c8ae3faf32de029040.tar.bz2 |
Enabling PassengerResolveSymlinksInDocumentRoot
-rw-r--r-- | templates/macros.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/macros.erb b/templates/macros.erb index bcba11f..8eef052 100644 --- a/templates/macros.erb +++ b/templates/macros.erb @@ -90,6 +90,7 @@ Options -MultiViews AllowOverride All RailsBaseURI / + PassengerResolveSymlinksInDocumentRoot on </Directory> # end rails config </Macro> |