Answers for "multiple wordpress site in nginx"

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

Browse Popular Code Answers by Language