Category : WordPress

Case 1: Normal WordPress setup in the root and multisite setup inside a directory in it. For more clarity, https://domain.com => WordPress Single Site Setup https://domain.com/demo => Demo is a folder (subdirectory) and has WordPress multisite setup. For this case, below is the NGINX config file: server { listen 443; server_name domain.com www.domain.com; root /var/www/html; ..

Read more