Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Helm Charts for Minds Projects
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Merge Requests
2
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Helm Charts for Minds Projects
Commits
3267f3d4
Commit
3267f3d4
authored
2 hours ago
by
Mark Harding
Browse files
Options
Download
(fix): svg files now work on review sites
parent
74aa5e2c
master
No related merge requests found
Pipeline
#115019347
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
minds/templates/configMap.yaml
View file @
3267f3d4
...
...
@@ -158,7 +158,7 @@ data:
fastcgi_param HTTP_AUTHORIZATION $http_authorization;
}
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml)$ {
location ~* \.(jpg|jpeg|gif|png|css|js|ico|xml
|svg
)$ {
expires 5d;
}
...
...
This diff is collapsed.
Please
register
or
sign in
to comment