node
This commit is contained in:
parent
847407beee
commit
bfba08b1db
@ -59,8 +59,8 @@ echo " WSGIDaemonProcess $name python-path=$workingPath:$workingPath/env:$wor
|
||||
echo " WSGIProcessGroup $name" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " WSGIScriptAlias / $workingPath/project/wsgi.py" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " <Location '/socket.io'>" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " ProxyPass http://localhost:$nodePort/V1" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " ProxyPassReverse http://localhost:$nodePort/V1" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " ProxyPass http://localhost:$nodePort/socket.io" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " ProxyPassReverse http://localhost:$nodePort/socket.io" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo " </Location>" >> /etc/apache2/sites-enabled/$name.conf
|
||||
echo "</VirtualHost>" >> /etc/apache2/sites-enabled/$name.conf
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user