i'm trailing slash in wsgi for my django application
WSGIScriptAlias /rp1 /var/www/reports/app.wsgi
WSGIPythonPath /var/www/reports/
documentroot /var/www/reports/
<Directory /var/www/reports>
Order deny,allow
Allow from all
</Directory>
access to this application by this url : 172.30.12.37/rp1
which best way to add /rp1 prefix to all my url?