trying to fix custom theme changes

This commit is contained in:
Tim Flink 2017-05-23 04:17:48 +00:00
parent 00adf33c68
commit acb5a6627a
2 changed files with 8 additions and 8 deletions

View file

@ -91,8 +91,8 @@ pagure_ssh_host_sha256: 'SHA256:ggRdzg+ugyR6WIzeiuyASAdEHf+HG5yZqJJIu/YTtHI='
new_pagure_admin_groups: ['sysadmin-main', 'sysadmin-qa']
pagure_instance_name: "Upstream First Pagure"
pagure_theme_static_dir:'/var/www/upstreamfirst-paguretheme/static'
pagure_theme_template_dir:'/var/www/upstreamfirst-paguretheme/templates'
pagure_theme_static_dir: "/var/www/upstreamfirst-paguretheme/static"
pagure_theme_template_dir: "/var/www/upstreamfirst-paguretheme/templates"
stunnel_service: "eventsource"
stunnel_source_port: 8088

View file

@ -118,7 +118,7 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
SSLProtocol ALL -SSLv2
# Configure static files so that a custom theme can override the defaults
#
RewriteCond "{{ pagure_theme_static_dir }}/$1" -f
RewriteRule "^/static/(.*)" "{{ pagure_theme_static_dir }}/$1" [L]