summaryrefslogtreecommitdiff
path: root/templates/macros.erb
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-31 17:17:34 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-31 17:17:34 -0200
commit3d787d897437fdc5e17f6d24de51fac40eb4020b (patch)
tree68570509d7f144b557b6d13327eb2f247eda2c20 /templates/macros.erb
parent76cffab4518a29117a626d2a42b8940f790c5efe (diff)
downloadpuppet-apache-3d787d897437fdc5e17f6d24de51fac40eb4020b.tar.gz
puppet-apache-3d787d897437fdc5e17f6d24de51fac40eb4020b.tar.bz2
Setting PassengerUploadBufferDir to /tmp as we are using apache2-mpm-itk
Diffstat (limited to 'templates/macros.erb')
-rw-r--r--templates/macros.erb1
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>