Files
notes/tiddlywiki/Apache httpd - divers.txt

9 lines
257 B
Plaintext
Raw Permalink Normal View History

2026-03-12 22:01:38 +01:00
-- 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/"