Lösning
Bifogar lösning utifall någon annan undrar samma sak i framtiden.
Ändrade i /etc/nginx-sp/http.d/default_backend.conf från:
Kod:
map $host $backend_protocol {
default http;
}
map $host $backend_host {
default 127.0.0.1;
}
map $host $backend_port {
default 81;
}
Till:
Kod:
map $host $backend_protocol {
default http;
}
map $host $backend_host {
default 127.0.0.1;
}
map $host $backend_port {
default 6081;
}