5 lines
110 B
Plaintext
5 lines
110 B
Plaintext
location = /favicon.ico {
|
|
root $NGINX_CONF_DIR/assets;
|
|
try_files /favicon.ico =404;
|
|
}
|