Update nginx.conf

fix path traversal
This commit is contained in:
Dig2 2021-10-29 16:19:32 +08:00 committed by GitHub
parent 2df8f39732
commit 227d23ec77
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;
}