Answers for "nginx-fix.conf redirect www to non www"

0

nginx-fix.conf redirect www to non www

if ($host ~* ^www\.(.*)$) {
    rewrite / $scheme://$1 permanent;
}
Posted by: Guest on April-06-2021

Code answers related to "nginx-fix.conf redirect www to non www"

Browse Popular Code Answers by Language