Skip to content

Commit

Permalink
Merge pull request #665 from Dig2/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Oct 29, 2021
2 parents 2df8f39 + 227d23e commit eb5b344
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 eb5b344

Please sign in to comment.