default.conf 150 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 server { listen 80; location / { root /usr/web/build; index index.html; try_files $uri $uri/ /index.html; } }