Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ on:
push:
branches:
- 'main'
- 'staging'
tags:
- 'v*'
pull_request:
branches:
- 'main'
- 'staging'

jobs:
build:
Expand Down
2 changes: 2 additions & 0 deletions docker/nginx.prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ http {
alias /usr/share/nginx/html/static/; # The nginx container's mounted volume.
expires 30d;
add_header Cache-Control public;
include /etc/nginx/mime.types;
}

# Serve user uploaded files
location /silo/ {
alias /usr/share/nginx/html/silo/; # The container's mounted volume.
include /etc/nginx/mime.types;
}

# Proxy requests to the Django app running in gunicorn
Expand Down