diff options
author | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-04-11 01:42:42 -0700 |
---|---|---|
committer | Joe Rayhawk <jrayhawk@omgwallhack.org> | 2012-04-11 01:42:42 -0700 |
commit | e03de4fb94079e52e386c7801d5a8ae220ba4971 (patch) | |
tree | 64430c2bf51584a9a2fdd96a45c10dcdd84be376 /pinyconfigs/etc | |
parent | a8cb1e015bd18ea85d95cf82f48e00c755fea9c3 (diff) | |
download | piny-code-e03de4fb94079e52e386c7801d5a8ae220ba4971.tar.gz piny-code-e03de4fb94079e52e386c7801d5a8ae220ba4971.zip |
cgit: moving over to new static resources URL
Diffstat (limited to 'pinyconfigs/etc')
-rw-r--r-- | pinyconfigs/etc/apache2/sites-available/piny | 2 | ||||
-rw-r--r-- | pinyconfigs/etc/cgitrc | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/pinyconfigs/etc/apache2/sites-available/piny b/pinyconfigs/etc/apache2/sites-available/piny index 1637d39..f306011 100644 --- a/pinyconfigs/etc/apache2/sites-available/piny +++ b/pinyconfigs/etc/apache2/sites-available/piny @@ -71,6 +71,8 @@ Require valid-user </Directory> + Alias /_cgit /usr/share/cgit + ScriptAlias /cgit /usr/lib/cgi-bin/cgit.cgi ScriptAlias /piny-newuser /usr/lib/cgi-bin/piny/newuser.cgi ScriptAlias /piny-validate /usr/lib/cgi-bin/piny/checkconstraint.cgi diff --git a/pinyconfigs/etc/cgitrc b/pinyconfigs/etc/cgitrc index df106d9..40e3df9 100644 --- a/pinyconfigs/etc/cgitrc +++ b/pinyconfigs/etc/cgitrc @@ -5,7 +5,7 @@ cache-size=0 clone-prefix=git://piny.be git+ssh://piny.be/srv/git # Specify the css url -css=http://piny.be/piny-shared/cgit/cgit.css +css=https://secure.piny.be/_cgit/cgit.css # Show extra links for each repository on the index page enable-index-links=1 @@ -17,7 +17,7 @@ enable-log-filecount=1 enable-log-linecount=1 # Use a custom logo -logo=http://piny.be/piny-shared/cgit/cgit.png +logo=https://secure.piny.be/_cgit/cgit.png # Set the title and heading of the repository index page root-title=Piny git repositories |