9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
|
|
-- Reverse Proxy
|
||
|
|
ProxyPass "/app/" "http://server1551:9027/"
|
||
|
|
ProxyPassReverse "/app/" "http://server1551:9027/"
|
||
|
|
|
||
|
|
-- Replace content using mod_substitute module
|
||
|
|
AddOutputFilterByType SUBSTITUTE text/html
|
||
|
|
Substitute "s|/AdminLTE/|/dbservices-dev/AdminLTE/"
|
||
|
|
|