Merge pull request #665 from Dig2/master

This commit is contained in:
Alessandro Pezzè 2021-10-29 11:20:23 +02:00 committed by GitHub
commit eb5b34405a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ http {
}
location /graphql/console {
alias /public-console/;
alias /public-console;
index index.html;
try_files $uri $uri/ /index.html =405;
}