1 recipe shared
Tell NGINX to use both www and non-www buy adding the www/non-www version of the url to to the NGINX config file for the site.
server { listen 80; listen [::]:80; server_name YOUR-SITE.COM www.YOUR-SITE.COM;