Change backend route to /surveil/ and bansho to /
This commit is contained in:
parent
a75273c4eb
commit
b87c73e209
@ -7,10 +7,10 @@
|
|||||||
# ProxyPass / http://[IP Addr.]:[port]/
|
# ProxyPass / http://[IP Addr.]:[port]/
|
||||||
# ProxyPassReverse / http://[IP Addr.]:[port]/
|
# ProxyPassReverse / http://[IP Addr.]:[port]/
|
||||||
# Example:
|
# Example:
|
||||||
ProxyPass /app http://localhost:8000/app
|
ProxyPass / http://localhost:8000/app/
|
||||||
ProxyPassReverse /app http://localhost:8000/app
|
ProxyPassReverse / http://localhost:8000/app/
|
||||||
|
|
||||||
ProxyPass / http://surveil:8080/
|
ProxyPass /surveil http://surveil:8080/
|
||||||
ProxyPassReverse / http://surveil:8080/
|
ProxyPassReverse /surveil http://surveil:8080/
|
||||||
|
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
|
Loading…
Reference in New Issue
Block a user