Skip to content

Commit 3950cf3

Browse files
authored
Add static file (#692)
* add a static file directory * try new alias
1 parent 4664d31 commit 3950cf3

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

compose/neurosynth-frontend/static/31bc0fd97ae9fa3b17a83ebe43f34909.txt

Whitespace-only changes.

compose/nginx/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@ http {
9696
try_files $uri /index.html;
9797
}
9898

99+
location = /31bc0fd97ae9fa3b17a83ebe43f34909.txt {
100+
alias /compose/neurosynth-frontend/static/31bc0fd97ae9fa3b17a83ebe43f34909.txt;
101+
}
99102
}
100103
}

0 commit comments

Comments
 (0)