feat: implement images in listings comparison
This commit is contained in:
@@ -5,7 +5,7 @@ server {
|
||||
|
||||
# API requests → backend
|
||||
location /api/ {
|
||||
proxy_pass http://elo-backend:8000/api/;
|
||||
proxy_pass http://host.docker.internal:8000/api/;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user