Skip to content

Commit d878b73

Browse files
committed
Removed special treatment for logo.
1 parent 582b413 commit d878b73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker-nginx.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ server {
1010
location /books/ {
1111
root /var/www/binary;
1212
}
13-
location = /nginx.png {
14-
root /var/www/binary;
15-
}
1613
location = /favicon.ico {
1714
root /var/www/binary;
1815
}

0 commit comments

Comments
 (0)