<VirtualHost *:80>
DocumentRoot /data/nginx/html
ServerName www.domain.com
#<Location /scheme_node_act/>
#ProxyPass http://localhost:8360/
#ProxyPassReverse http://localhost:8360/
ProxyPassMatch ~*/(scheme_node_act)/(.*) http://localhost:8360/$1/$2
#</Location>html
</VirtualHost>node