pkgs: use rhel9 python3 in rdu3 too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
b53014c3a4
commit
f0638bc627
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ Alias /robots.txt /var/www/robots-src.txt
|
||||||
# If it does, use it
|
# If it does, use it
|
||||||
RewriteRule "^/static/(.*)" "/usr/share/pagure_dist_git/static/$1" [L]
|
RewriteRule "^/static/(.*)" "/usr/share/pagure_dist_git/static/$1" [L]
|
||||||
# Otherwise back out and use the default static folder/theme
|
# Otherwise back out and use the default static folder/theme
|
||||||
{% if env == "staging" or datacenter == "iad2" %}
|
{% if env == "staging" or datacenter == "rdu3" %}
|
||||||
RewriteRule "^/static/(.*)" "/usr/lib/python3.6/site-packages/pagure/static/$1" [L]
|
RewriteRule "^/static/(.*)" "/usr/lib/python3.6/site-packages/pagure/static/$1" [L]
|
||||||
{% else %}
|
{% else %}
|
||||||
RewriteRule "^/static/(.*)" "/usr/lib/python2.7/site-packages/pagure/static/$1" [L]
|
RewriteRule "^/static/(.*)" "/usr/lib/python2.7/site-packages/pagure/static/$1" [L]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue