How to Remove Error Nginx and favicon.ico - "GET /favicon.ico HTTP/1.1" FAILED
How to remove error Nginx and favicon.ico - "GET /favicon.ico HTTP/1.1" FAILED
Cara menghilangkan error Nginx and favicon.ico - "GET /favicon.ico HTTP/1.1" FAILED
Step :
1. Open nginx.conf
2. Add this code :
location = /favicon.ico {
return 204;
access_log off;
log_not_found off;
}
3. Restart nginx