OwlCyberSecurity - MANAGER
Edit File: 1748784395840-9659956
RewriteEngine On # Redirect API requests to backend (port 2005) RewriteCond %{REQUEST_URI} ^/api RewriteRule ^(.*)$ http://testone.onebox.pk:2005/$1 [P,L] # Redirect AdminJS if needed RewriteCond %{REQUEST_URI} ^/admin RewriteRule ^(.*)$ http://testone.onebox.pk:2005/$1 [P,L]