Files
notes/tiddlywiki/Apache httpd - divers.txt
2026-03-12 22:01:38 +01:00

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/"