mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
Update nginx.conf
fix path traversal
This commit is contained in:
parent
2df8f39732
commit
227d23ec77
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ http {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /graphql/console {
|
location /graphql/console {
|
||||||
alias /public-console/;
|
alias /public-console;
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ /index.html =405;
|
try_files $uri $uri/ /index.html =405;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue