Skip to content

Commit

Permalink
Remove landing.html from NGINX's try block on client webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
dreglad committed Jan 21, 2022
1 parent a71b047 commit 2fa9893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server {
}

location / {
index landing.html index.html;
index index.html;
try_files $uri $uri/ /index.html =404;

add_header Cache-Control "no-store, no-cache, must-revalidate";
Expand Down

0 comments on commit 2fa9893

Please sign in to comment.