|
a/Allura/development.ini |
|
b/Allura/development.ini |
|
... |
|
... |
56 |
auth.ldap.schroot_name = scm
|
56 |
auth.ldap.schroot_name = scm
|
57 |
|
57 |
|
58 |
# Set the locations of some static resources
|
58 |
# Set the locations of some static resources
|
59 |
# script_name is the path that is handled by the application
|
59 |
# script_name is the path that is handled by the application
|
60 |
# url_base is the prefix that references to the static resources should have
|
60 |
# url_base is the prefix that references to the static resources should have
|
61 |
no_redirect.pattern = /nf/\d+/_(ew|static)_/.*
|
61 |
no_redirect.pattern = ^/nf/\d+/_(ew|static)_/.*|^/rest/.*
|
62 |
ew.script_name = /nf/%(build_key)s/_ew_/
|
62 |
ew.script_name = /nf/%(build_key)s/_ew_/
|
63 |
ew.url_base = /nf/%(build_key)s/_ew_/
|
63 |
ew.url_base = /nf/%(build_key)s/_ew_/
|
64 |
# ew.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_ew_/
|
64 |
# ew.url_base = ://a.fsdn.com/allura/nf/%(build_key)s/_ew_/
|
65 |
static.script_name = /nf/%(build_key)s/_static_/
|
65 |
static.script_name = /nf/%(build_key)s/_static_/
|
66 |
static.url_base = /nf/%(build_key)s/_static_/
|
66 |
static.url_base = /nf/%(build_key)s/_static_/
|