server { listen 39206; listen [::]:39206; server_name localhost; access_log access.log; error_log error.log; location / { root /dist; index index.html index.htm; try_files $uri $uri/ /index.html; } }