server { listen 80; location /containers/Crypteam-website/ { root /usr/share/nginx/html; index index.html; try_files $uri $uri/ /containers/Crypteam-website/index.html; } error_page 404 /index.html; location ~ /\. { deny all; } }