d
server {
listen 80;
charset utf-8;
client_max_body_size 10M;
#charset koi8-r;
#access_log logs/host.access.log main;
location / {
root /usr/share/nginx/html/dist;
try_files $uri $uri/ /index.html;
}
}мой nginx конфиг
