server { listen 80; server_name _; location / { root /frontend_fue/dist; index index.html index.htm; } }