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