remis le favicon

This commit is contained in:
Emmanuel Viennet 2021-09-14 00:07:10 +02:00
parent cb3be8c80c
commit 61db542608
3 changed files with 5 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -1,7 +1,7 @@
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.0.22"
SCOVERSION = "9.0.23"
SCONAME = "ScoDoc"

View File

@ -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;
}
}