mirror of
https://github.com/Redume/Kekkai.git
synced 2025-02-23 20:51:25 +03:00
chore(api): add favicon for all routes via nginx
This commit is contained in:
parent
100afe78ea
commit
41a800785f
3 changed files with 9 additions and 0 deletions
|
@ -61,6 +61,10 @@ http {
|
|||
location /robots.txt {
|
||||
alias /etc/nginx/robots.txt;
|
||||
}
|
||||
|
||||
location /favicon.ico {
|
||||
alias /etc/nginx/assets/logo.png;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
@ -115,5 +119,9 @@ http {
|
|||
location /robots.txt {
|
||||
alias /etc/nginx/robots.txt;
|
||||
}
|
||||
|
||||
location /favicon.ico {
|
||||
alias /etc/nginx/assets/logo.png;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue