mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 14:18:11 +08:00
Fixes for static_rewrite.config (#1298)
replace tabs with spaces (yaml parsing complained). change to favicon.png.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Configure URL rewriting from /<dataset>/static/* to /static/*
|
||||
files:
|
||||
"/etc/httpd/conf.d/static_rewrite.conf":
|
||||
mode: "000644"
|
||||
owner: root
|
||||
group: root
|
||||
content: |
|
||||
RewriteEngine On
|
||||
RewriteRule "^(.*)/static/(.*)" "/static/$2" [PT]
|
||||
RewriteRule "^/favicon.jpg" "/static/img/favicon.jpg" [PT]
|
||||
|
||||
mode: "000644"
|
||||
owner: root
|
||||
group: root
|
||||
content: |
|
||||
RewriteEngine On
|
||||
RewriteRule "^(.*)/static/(.*)" "/static/$2" [PT]
|
||||
RewriteRule "^/favicon.png" "/static/img/favicon.png" [PT]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user