Remove backend-uri from all the codebase.

This commit is contained in:
Andrey Antukh 2020-06-03 10:50:05 +02:00
parent e1ae3da41e
commit 9901f0a52b
11 changed files with 27 additions and 33 deletions

View file

@ -85,11 +85,11 @@ http {
}
location /media {
alias /var/www/app/media;
alias /home/uxbox/uxbox/backend/resources/public/media;
}
location /static {
alias /var/www/app/backend/resources/public/static;
alias /home/uxbox/uxbox/backend/resources/public/static;
}
}
}