mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 18:18:24 +02:00
✨ Remove backend-uri from all the codebase.
This commit is contained in:
parent
e1ae3da41e
commit
9901f0a52b
11 changed files with 27 additions and 33 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue