Skip to content

Commit

Permalink
Move favicon.ico
Browse files Browse the repository at this point in the history
Move favicon.ico into root so that can be served without nginx.
  • Loading branch information
bjkeller committed Dec 18, 2019
1 parent a695aee commit acfc49d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/nginx.production.conf
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ server {
break;
}

location = /favicon.ico {
alias /aquarium/public/images/favicon.ico;
}

# send non-static file requests to the app server
location / {
try_files $uri @rails;
Expand Down
File renamed without changes.

0 comments on commit acfc49d

Please sign in to comment.