9 lines
257 B
Plaintext
Executable File
9 lines
257 B
Plaintext
Executable File
-- 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/"
|
|
|