- Edited
Hello,
I'm considering migrating my Django+PostGIS sites from Web Faction to Opalstack, but first I tried to migrate one Word Press site. I followed the tutorial on automatic migration from WF and everything went smoothly, except my app is not working.
Instead of the working site I see a content of index.php:
`<?php
/**
- Front to the WordPress application. This file doesn't do anything, but loads
- wp-blog-header.php which does and tells WordPress to load the theme.
*- @package WordPress
*//**
- Tells WordPress to load the WordPress theme and output it.
*- @var bool
*/
define( 'WP_USE_THEMES', true );/** Loads the WordPress Environment and Template */
require DIR . '/wp-blog-header.php';`
While inspecting error.log I found the following error:
2020/11/02 20:01:00 [error] 217293#217293: *589777 connect() failed (111: Connection refused) while connecting to upstream, client: 213.91.72.107, server: arbormagna.opalstacked.com, request: "GET / HTTP/1.1", upstream: "http://[::1]:81/", host: "arbormagna.opalstacked.com"
I didn't migrate domains yet and wanted to test it with opalstacked subdomain instead.
I am out of ideas about what could be a problem, could anybody help, please? Thanks