I recently deployed WordPress on a VM using LAMP Stack. Then I used NGINX Proxy Manager to get SSL Cert. Howver, the WordPress site seems to load without content.
When I load the wp-admin page, it is also in basic HTML.
**So far my NPM Settings are:**
host: [http://10.10.100.16:80])
Block common exploits and Web socket support enabled.
​
I’ve also added following to my wp-config file:
define(‘FORCE\_SSL\_ADMIN’, true);
if ($\_SERVER\[‘HTTP\_X\_FORWARDED\_PROTO’\] == ‘https’)
$\_SERVER\[‘HTTPS’\]=’on’;
Then in the end of the file add the following:
define(‘WP\_HOME’,'[https://website.com]’);
define(‘WP\_SITEURL’,'[https://website.com]’);
​
Here are some pics of how my site look.
​
​
​
Any Help would be greatly appreciated!
[ad_2]