nginx redirect root / to /wordpress/
Since Wordpress is installed under /wordpress/ url. and root / URL do not have any important content. so we need redirect URL / to URL /wordpress/ hear is the Nginx…
Since Wordpress is installed under /wordpress/ url. and root / URL do not have any important content. so we need redirect URL / to URL /wordpress/ hear is the Nginx…
For a https site, certification is mandatory, So how to get those certification. In this example, we will use acme.sh to apply certification, So first install acme.sh curl https://get.acme.sh |…