forked from ScoDoc/ScoDoc
remis le favicon
This commit is contained in:
parent
cb3be8c80c
commit
61db542608
BIN
app/static/icons/favicon.ico
Normal file
BIN
app/static/icons/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@ -1,7 +1,7 @@
|
||||
# -*- mode: python -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
SCOVERSION = "9.0.22"
|
||||
SCOVERSION = "9.0.23"
|
||||
|
||||
SCONAME = "ScoDoc"
|
||||
|
||||
|
@ -40,5 +40,8 @@ server {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
}
|
||||
}
|
||||
location /favicon.ico {
|
||||
alias /opt/scodoc/app/static/icons/favicon.ico;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user