We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2df8f39 + 227d23e commit eb5b344Copy full SHA for eb5b344
Resources/nginx/nginx.conf
@@ -83,7 +83,7 @@ http {
83
}
84
85
location /graphql/console {
86
- alias /public-console/;
+ alias /public-console;
87
index index.html;
88
try_files $uri $uri/ /index.html =405;
89
0 commit comments