parent
3dbe46ade4
commit
08f5b66561
1 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,12 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
||||||
|
|
||||||
Alias /static /usr/lib/python2.7/site-packages/pagure/static/
|
Alias /static /usr/lib/python2.7/site-packages/pagure/static/
|
||||||
|
|
||||||
|
<Location "/static/vendor/emojione/emojione.sprites.png">
|
||||||
|
ExpiresActive On
|
||||||
|
ExpiresDefault "access plus 1 week"
|
||||||
|
Header append Cache-Control "public"
|
||||||
|
</Location>
|
||||||
|
|
||||||
SetEnv GIT_PROJECT_ROOT /srv/git/repositories
|
SetEnv GIT_PROJECT_ROOT /srv/git/repositories
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
|
@ -145,6 +151,12 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na
|
||||||
|
|
||||||
Alias /static /usr/lib/python2.7/site-packages/pagure/static/
|
Alias /static /usr/lib/python2.7/site-packages/pagure/static/
|
||||||
|
|
||||||
|
<Location "/static/vendor/emojione/emojione.sprites.png">
|
||||||
|
ExpiresActive On
|
||||||
|
ExpiresDefault "access plus 1 week"
|
||||||
|
Header append Cache-Control "public"
|
||||||
|
</Location>
|
||||||
|
|
||||||
<Location />
|
<Location />
|
||||||
WSGIProcessGroup paguredocs
|
WSGIProcessGroup paguredocs
|
||||||
<IfModule mod_authz_core.c>
|
<IfModule mod_authz_core.c>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue