Answers for "nginx multiple wordpress sites"

0

wordpress multi site cofiguration with nginx

map $http_host $blogid {
    default 0;
    include /var/www/pathtoyoursite/wp-content/uploads/nginx-helper/map.conf;
}
Posted by: Guest on October-25-2020

Code answers related to "nginx multiple wordpress sites"

Browse Popular Code Answers by Language