diff --git a/roles/pagure/frontend/templates/0_pagure.conf b/roles/pagure/frontend/templates/0_pagure.conf index c608d8024d..0f1f668047 100644 --- a/roles/pagure/frontend/templates/0_pagure.conf +++ b/roles/pagure/frontend/templates/0_pagure.conf @@ -90,12 +90,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na SSLCertificateChainFile /etc/pki/tls/certs/pagure.io.intermediate.cert SSLCertificateKeyFile /etc/pki/tls/certs/pagure.io.key - - ExpiresActive On - ExpiresDefault "access plus 1 week" - Header append Cache-Control "public" - - SetEnv GIT_PROJECT_ROOT /srv/git/repositories @@ -189,12 +183,6 @@ WSGIDaemonProcess paguredocs user=git group=git maximum-requests=1000 display-na RedirectMatch ^/SSSD.sssd/index.html https://sssd.io/index.html RedirectMatch ^/SSSD.sssd/(.*) https://sssd.io/docs/$1 - - ExpiresActive On - ExpiresDefault "access plus 1 week" - Header append Cache-Control "public" - - WSGIProcessGroup paguredocs