Skip to content

Commit eb5b344

Browse files
authored
Merge pull request #665 from Dig2/master
2 parents 2df8f39 + 227d23e commit eb5b344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ http {
8383
}
8484

8585
location /graphql/console {
86-
alias /public-console/;
86+
alias /public-console;
8787
index index.html;
8888
try_files $uri $uri/ /index.html =405;
8989
}

0 commit comments

Comments
 (0)