diff options
Diffstat (limited to 'config/httpd.conf')
-rw-r--r-- | config/httpd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/httpd.conf b/config/httpd.conf index d5e86478a..108402f69 100644 --- a/config/httpd.conf +++ b/config/httpd.conf @@ -35,4 +35,5 @@ RewriteRule /files/(.+) http://files.whatdotheyknow.com/$1 <IfModule mod_passenger.c> # Set this to something like 100 if you have memory leak issues PassengerMaxRequests 0 + PassengerResolveSymlinksInDocumentRoot on </IfModule>
\ No newline at end of file |