/etc/gforge/httpd.conf.d/plugin-scmbzr.inc is in gforge-web-apache2 5.1.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | <Proxy http://127.0.0.1:8081/*>
Allow from all
</Proxy>
<Location /scm/loggerhead/>
ProxyPass http://127.0.0.1:8081/
ProxyPassReverse http://127.0.0.1:8081/
</Location>
|