Phrogz / YaIn

Counting who is going to attend recurring events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requests to `favicon.ico` is getting routed through `/` and redirected.

Phrogz opened this issue · comments

73.3.240.199 - - [13/Dec/2022:18:27:57 -0500] "GET /blu-indoor HTTP/1.1" 302 0 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1" "-"
73.3.240.199 - - [13/Dec/2022:18:27:57 -0500] "GET /name?returnto=blu-indoor HTTP/1.1" 200 492 "-" "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1" "-"
73.3.240.199 - - [13/Dec/2022:18:27:57 -0500] "GET /common.css HTTP/1.1" 200 906 "http://yain.phrogz.net/name?returnto=blu-indoor" "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1" "-"
73.3.240.199 - - [13/Dec/2022:18:27:58 -0500] "GET /favicon.ico HTTP/1.1" 302 0 "http://yain.phrogz.net/name?returnto=blu-indoor" "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1" "-"
73.3.240.199 - - [13/Dec/2022:18:27:58 -0500] "GET /name?returnto=favicon.ico HTTP/1.1" 200 493 "http://yain.phrogz.net/name?returnto=blu-indoor" "Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Mobile/15E148 Safari/604.1" "-"

Saving a favicon.ico in the public dir should fix this, allowing nginx to intercept the request.