Fix www to Non-www Redirect for Your Discourse Forum
To add a redirect from the "www" subdomain to the non-www version of your domain in Discourse, you'll need to modify your web server configuration. Here's how you can do this:
server {
listen 80;
server_name www.yourdomain.com;
return 301...
developer.tenten.co2 min read