server { listen 80; root /usr/share/nginx/html; location /auth/ { try_files $uri $uri/ /auth/index.html; } }