server { listen 39206; listen [::]:39206; server_name localhost; location / { root /app/house-gdc/dist; index index.html index.htm; try_files $uri $uri/ /index.html; } }