Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht authored Apr 11, 2020
1 parent 91d5f9e commit 01fab14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demo/assets/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,12 @@ http {
expires 12h;
add_header Pragma public;
add_header Cache-Control "public";
add_header 'Access-Control-Allow-Origin' '*';
try_files $uri =404;
}

location /health {
return 200;
}
}
}
}

0 comments on commit 01fab14

Please sign in to comment.