add apps and drf_yasg

This commit is contained in:
behruz-dev
2025-07-30 16:14:47 +05:00
parent 180fa70758
commit da201800b4
29 changed files with 102 additions and 20 deletions

View File

@@ -41,11 +41,11 @@ http {
proxy_set_header Host $http_host;
}
location /static/ {
location /resources/static/ {
alias /usr/share/nginx/html/resources/staticfiles/;
}
location /media/ {
location /resources/media/ {
alias /usr/share/nginx/html/resources/media/;
}
}