Skip to content
Snippets Groups Projects
Verified Commit 6f193b3d authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Also cache svg files for rebuilderd

Now that the archlogo has the version appended we can cache svg's
safely.
parent 748828fa
No related branches found
No related tags found
No related merge requests found
Pipeline #3188 passed
......@@ -39,7 +39,7 @@ server {
root {{ rebuilder_website_loc }};
location ~* (css|js)$ {
location ~* (css|js|svg)$ {
expires 30d;
add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment