Fix favicon display on front
This commit is contained in:
parent
28b5d91b9a
commit
e8e0b4478b
@ -62,7 +62,7 @@ server {
|
||||
root /var/www/fic-server/out/;
|
||||
}
|
||||
|
||||
location /connected
|
||||
location /challenge
|
||||
{
|
||||
return 403;
|
||||
}
|
||||
@ -77,7 +77,7 @@ server {
|
||||
output_buffers 1 128k;
|
||||
}
|
||||
|
||||
location ~* \favicon.ico$ {
|
||||
location = /favicon.ico {
|
||||
root /var/www/fic-server/out/htdocs/;
|
||||
access_log off;
|
||||
expires 1d;
|
||||
|
Loading…
Reference in New Issue
Block a user