Add favicon to nginx config
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Has been cancelled
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled
Some checks failed
Publish Docker rootless image / Push Docker image to Docker Hub (push) Has been cancelled
Publish Docker image / Push Docker image to Docker Hub (push) Has been cancelled
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/;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue