From f0638bc627ee36e9d63b463ee37d55f996962350 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 1 Jul 2025 11:13:48 -0700 Subject: [PATCH] pkgs: use rhel9 python3 in rdu3 too Signed-off-by: Kevin Fenzi --- roles/distgit/templates/lookaside-upload.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/distgit/templates/lookaside-upload.conf b/roles/distgit/templates/lookaside-upload.conf index b6814c2856..85cab4ee75 100644 --- a/roles/distgit/templates/lookaside-upload.conf +++ b/roles/distgit/templates/lookaside-upload.conf @@ -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]