Results 2 comments of Sergey P

I updated nginx conf to fix: ``` # adminer location ~ adminer.css$ { access_log off; log_not_found off; try_files $uri /adminer.css; } ```