Skip to content

Commit

Permalink
Add favicon.ico location in nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wspooong committed Mar 25, 2024
1 parent ac5b765 commit 867b0ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ server {
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}

location /favicon.ico {
root html;
}
}

0 comments on commit 867b0ba

Please sign in to comment.