tweaking nginx conf

This commit is contained in:
Arsham Teymouri
2021-08-16 16:42:33 +03:00
parent 3e8e7e40ec
commit 1a16f06df0
@@ -33,9 +33,5 @@ data:
index index.html;
listen 8000;
server_name _;
location = /favicon.ico {
return 204;
}
}
}