Skip to content

Commit 8e72c14

Browse files
authored
Merge pull request #178 from cmu-delphi/development
Merge latest from development and deploy to staging
2 parents a7ffaa1 + 55ddd50 commit 8e72c14

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nginx/default.conf.template

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
server {
22
listen 80;
33
server_name sdnginx;
4+
5+
location ~* /static/assets(.*)$ {
6+
autoindex on;
7+
alias /staticfiles/$1;
8+
}
9+
410
location ~* /static/(.*)$ {
511
autoindex on;
612
alias /staticfiles/$1;

0 commit comments

Comments
 (0)