fix webui routing, fixes #2723 (#2770)

This commit is contained in:
Christoph Stenglein 2021-12-09 18:01:23 +01:00 committed by GitHub
parent 6796a31786
commit 52952245e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ server {
# First attempt to serve request as file, then
# as directory, then fall back to displaying a 404.
try_files $uri $uri/ =404;
try_files $uri $uri/ /index.html =404;
}