Created
March 6, 2025 21:37
-
-
Save cyb3rsalih/3e3c4d3ea06bf5e7a1bdb2a01f7e0690 to your computer and use it in GitHub Desktop.
Apache Reverse Proxy - Add this file to your domains root file such htdocs or public_html
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{REQUEST_URI} !^/server-status | |
RewriteRule ^(.*)$ http://127.0.0.1:45678/$1 [P,L] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment