Replies: 0
Hello,
If you’d like to use nginx as a frontend for the CDN ressource and use another port than the apache one, some links are misconfigured, for example :
background: url(//domain.com:8080:8080//wp-content/...) no-repeat center center;
The port is written twice and it causes issues in Google Chrome especially. Firefox seems to manage it. I used as a CDN URL the following one : http://domain.com:8080
Thank you for your answer.
Yann