server { listen 80; server_name localhost; root datas; location /site { root datas/website; index index.html; try_files $uri /$uri =404; } }