Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

nitinsinghnaruka's avatar

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

0 likes
0 replies

Please or to participate in this conversation.