Add favicon to nginx config
This commit is contained in:
parent
20f0760451
commit
f9bf65e107
1 changed files with 5 additions and 1 deletions
|
@ -14,6 +14,10 @@ server {
|
||||||
disable_symlinks off;
|
disable_symlinks off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /favicon.ico {
|
||||||
|
alias /opt/www/file-browser/favicon.png;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /opt/www/file-browser/;
|
root /opt/www/file-browser/;
|
||||||
}
|
}
|
||||||
|
@ -23,4 +27,4 @@ server {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue