diff --git a/default.conf b/default.conf index 3efc137..455647c 100644 --- a/default.conf +++ b/default.conf @@ -14,6 +14,10 @@ server { disable_symlinks off; } + location = /favicon.ico { + alias /opt/www/file-browser/favicon.png; + } + location / { root /opt/www/file-browser/; } @@ -23,4 +27,4 @@ server { root /usr/share/nginx/html; } -} \ No newline at end of file +}