diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-01-31 17:17:34 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-01-31 17:17:34 -0200 |
commit | 3d787d897437fdc5e17f6d24de51fac40eb4020b (patch) | |
tree | 68570509d7f144b557b6d13327eb2f247eda2c20 | |
parent | 76cffab4518a29117a626d2a42b8940f790c5efe (diff) | |
download | puppet-apache-3d787d897437fdc5e17f6d24de51fac40eb4020b.tar.gz puppet-apache-3d787d897437fdc5e17f6d24de51fac40eb4020b.tar.bz2 |
Setting PassengerUploadBufferDir to /tmp as we are using apache2-mpm-itk
-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 49deefa..67953cb 100644 --- a/templates/macros.erb +++ b/templates/macros.erb @@ -95,6 +95,7 @@ AllowOverride All RailsBaseURI / PassengerResolveSymlinksInDocumentRoot on + PassengerUploadBufferDir /tmp </Directory> # end rails config </Macro> |