May 6, 2019
0
Level 2
How to achieve an apache Ignore [admin-panel] URL in proxy pass on the same domain
I want to ignore admin panel from going to proxy server. My current code is -
ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/ ProxyPreserveHost on LogLevel debug
Please or to participate in this conversation.