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]