fix(all) Добавил раздачу картинок через бекенд

This commit is contained in:
2026-06-16 16:22:51 +03:00
parent 15efab81a4
commit 483abc80dc
23 changed files with 44 additions and 29 deletions
+4
View File
@@ -21,6 +21,10 @@ server {
proxy_pass http://backend:8081;
}
location /static {
proxy_pass http://backend:8081;
}
# Сама статика React
location / {
root /usr/share/nginx/html;