Images are not displayed, what could be the problem?
The project runs in docker and is proxies through Nginx.
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
client_max_body_size 512M;
# OLD
# proxy_pass http://0.0.0.0:8180;
# NEW
# proxy_pass http://194.58.167.148:8180;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.