mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-05 13:35:23 +00:00
serve media
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m19s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 6m19s
This commit is contained in:
@@ -9,6 +9,10 @@ server {
|
||||
location /static/ {
|
||||
alias /var/www/html/staticfiles/;
|
||||
}
|
||||
location /media/ {
|
||||
alias /home/www/html/media/;
|
||||
}
|
||||
|
||||
|
||||
# Forward requests to Gunicorn
|
||||
location / {
|
||||
|
Reference in New Issue
Block a user