diff --git a/.build/prod/nginx.conf b/.build/prod/nginx.conf index bd6b990..c620181 100644 --- a/.build/prod/nginx.conf +++ b/.build/prod/nginx.conf @@ -9,6 +9,10 @@ server { location /static/ { alias /var/www/html/staticfiles/; } + location /media/ { + alias /home/www/html/media/; + } + # Forward requests to Gunicorn location / {