/etc/fusionforge/httpd.conf.d/plugin-scmgit.inc is in fusionforge-plugin-scmgit 6.0.5-2ubuntu1.
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 | # Redirect URLs from FF < 6.0 (web_host -> scm_host)
# - use_ssh=1 => ${FF__core__web_host}/anonscm/git -> ${FF__core__scm_host}/anonscm/git
Redirect permanent /anonscm/git https://${FF__core__scm_host}/anonscm/git
# - use_dav=1 => ${FF__core__web_host}/scmrepos/git -> ${FF__core__scm_host}/authscm/git
Redirect permanent /scmrepos/git https://${FF__core__scm_host}/authscm/git/
# - gitweb - anonymous
Redirect permanent /plugins/scmgit/cgi-bin/gitweb.cgi https://${FF__core__scm_host}/anonscm/gitweb/
# - gitweb - authenticated => previously not supported
|