This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

A010
A010

If it's direct access (my local test server) it's fine, but error happens when push it in production that's behinds reverse proxy.

My nginx config is simple:

<snip>

location /october {
  proxy_pass http://backend_ip:8080;
}

October CMS is up and running freshly with Squad Bootstrap Template, checked the website on browser and all the links look like:

<link href="http://backend_ip:8080/october/themes/fabriciorabelo-squad/assets/css/style.css" rel="stylesheet">

rather than it supposed to be:

<link href="http://mydomain.com/october/themes/fabriciorabelo-squad/assets/css/style.css" rel="stylesheet">

So, what's wrong here? Thanks in advance.

Last updated

Tschallacka
Tschallacka

I think your url settings are to the single backend ip.

You might want to look into https://octobercms.com/plugin/voipdeploy-multisite

1-2 of 2

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.