Skip to content

Commit

Permalink
Merge pull request #533 from lumapps/chore/fix-nginx-404
Browse files Browse the repository at this point in the history
chore(site-demo): fix 404 nginx configuration
  • Loading branch information
pidupuis authored Oct 30, 2020
2 parents b0a6894 + 2cfaf79 commit 8fd06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ http {
location / {
root /var/www;
index index.html;
try_files $uri /404.html =404;
error_page 404 /404.html;
}
}
}

0 comments on commit 8fd06eb

Please sign in to comment.