From 02818f967c83d3228bd12528e3b5f9410d01c632 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 5 Aug 2020 07:54:07 -0400 Subject: [PATCH] roles/pagure: Drop custom caching settings for emojione sprites file This is handled directly by Pagure using WhiteNoise now. Signed-off-by: Neal Gompa --- roles/pagure/frontend/templates/0_pagure.conf | 12 ------------ 1 file changed, 12 deletions(-) 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