Adjust pagure's config to allow backward-compatible URLs
This commit is contained in:
parent
584b59fab1
commit
fba71c42c0
1 changed files with 6 additions and 0 deletions
|
@ -196,3 +196,9 @@ SSH_KEYS = {
|
|||
}
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
# Allow the backward compatiblity endpoints for the old URLs schema to
|
||||
# see the commits of a repo. This is only interesting if you pagure instance
|
||||
# was running since before version 1.3 and if you care about backward
|
||||
# compatibility in your URLs.
|
||||
OLD_VIEW_COMMIT_ENABLED = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue