diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 14:45:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-08 14:48:54 -0400 |
| commit | f3b13c83577ee1a15c17bbc7fcbfae98cf848212 (patch) | |
| tree | d0ed0ae6b3cf24e081c19fb09dd8c79a641cb5ff /static/.htaccess | |
| parent | 36a3158244dde591e7488a33d2a59ebe47087509 (diff) | |
replace logo image
Diffstat (limited to 'static/.htaccess')
| -rw-r--r-- | static/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/.htaccess b/static/.htaccess index a999b39b..cf99823e 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -39,6 +39,7 @@ Header set Cache-Control "public, max-age=31536000" </FilesMatch> RedirectMatch 301 ^/security.txt$ /.well-known/security.txt +RedirectMatch 301 ^/graphene.png$ /logo.png RewriteEngine on |
