I'm trying to install Wordpress on a LEMP Stack on CentOS 8, but I don't know what I'm doing wrong because it only shows the default page of NGINX
Code on /etc/nginx/conf.d/wordpress.conf
```
upstream php {
server...
So, I have a multisite wordpress with two domains, I installed a SSL certificate on the second domain, but doesn't seem to work, how can I make this work?
I bought two domains (one is '.com.br', the other is '.us') and I want to create a wordpress doplet with '.com.br' being the main domain and '.us' the english version of the website, how can I do this?