Skip to content

Commit

Permalink
New XSendFilePath
Browse files Browse the repository at this point in the history
  • Loading branch information
tiff committed Sep 7, 2012
1 parent e095362 commit b94974b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apache2/passenger_vhost.conf.erb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PassengerUseGlobalQueue on
ProxyPassReverse /monit/ http://127.0.0.1:2812/ ProxyPassReverse /monit/ http://127.0.0.1:2812/


XSendFile on XSendFile on
XSendFilePath <%= var(:document_root) / 'shared/user-files' %> XSendFilePath <%= var(:document_root) / 'shared/files' %>


<IfModule mod_websocket_tcp_proxy.c> <IfModule mod_websocket_tcp_proxy.c>
<Location /websocket> <Location /websocket>
Expand Down Expand Up @@ -136,7 +136,7 @@ PassengerUseGlobalQueue on
ProxyPassReverse /monit/ http://127.0.0.1:2812/ ProxyPassReverse /monit/ http://127.0.0.1:2812/


XSendFile on XSendFile on
XSendFilePath <%= var(:document_root) / 'shared/user-files' %> XSendFilePath <%= var(:document_root) / 'shared/files' %>


<IfModule mod_websocket_tcp_proxy.c> <IfModule mod_websocket_tcp_proxy.c>
<Location /websocket> <Location /websocket>
Expand Down

0 comments on commit b94974b

Please sign in to comment.