location = /favicon.ico {
return 204;
access_log off;
log_not_found off;
}
location = /robots.txt {
return 204;
access_log off;
log_not_found off;
}
전부 따로 써줘야 한다!!!!!
location = /favicon.ico {
return 204;
access_log off;
log_not_found off;
}
location = /robots.txt {
return 204;
access_log off;
log_not_found off;
}