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.
1 parent 05b0b65 commit 686579dCopy full SHA for 686579d
1 file changed
docker/nginx/includes/content/default.conf
@@ -39,7 +39,7 @@ location @nowhere {
39
40
location /content/ {
41
# check the emulator bucket first, then cloud development bucket, then fall back to production
42
- # try_files will only use one named route, and it uses the last one. Although, we can just
+ # try_files will only use one named route, and it uses the last one. Although, we can't just
43
# pass one named route, because it fails.
44
try_files @nowhere @emulator;
45
}
0 commit comments