Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
fix path traversal
  • Loading branch information
rep00c committed Oct 29, 2021
1 parent 2df8f39 commit 227d23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/nginx/nginx.conf
Expand Up @@ -83,7 +83,7 @@ http {
}

location /graphql/console {
alias /public-console/;
alias /public-console;
index index.html;
try_files $uri $uri/ /index.html =405;
}
Expand Down

0 comments on commit 227d23e

Please sign in to comment.