mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-05 13:35:23 +00:00
fix nginx path
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m38s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m38s
This commit is contained in:
@@ -10,7 +10,7 @@ server {
|
|||||||
alias /var/www/html/staticfiles/;
|
alias /var/www/html/staticfiles/;
|
||||||
}
|
}
|
||||||
location /media/ {
|
location /media/ {
|
||||||
alias /home/www/html/media/;
|
alias /var/www/html/media/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user