Merge branch 'master' into compose

This commit is contained in:
Alessandro Pezzè 2021-10-29 11:20:48 +02:00 committed by GitHub
commit 978adaebf7
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;
}