pkgs: use rhel9 python3 in rdu3 too

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-07-01 11:13:48 -07:00
parent b53014c3a4
commit f0638bc627

View file

@ -104,7 +104,7 @@ Alias /robots.txt /var/www/robots-src.txt
# If it does, use it
RewriteRule "^/static/(.*)" "/usr/share/pagure_dist_git/static/$1" [L]
# 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]
{% else %}
RewriteRule "^/static/(.*)" "/usr/lib/python2.7/site-packages/pagure/static/$1" [L]