Skip to content

Instantly share code, notes, and snippets.

@cyb3rsalih
Created March 6, 2025 21:37
Show Gist options
  • Save cyb3rsalih/3e3c4d3ea06bf5e7a1bdb2a01f7e0690 to your computer and use it in GitHub Desktop.
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
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