multiple installation

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
Anonymous's picture

nginx config for multiple drupal installations

I have been looking/trying this but couldn't find perfect solutions. I was testing multiple Drupal installations and my configs is like

server {
    server_name localhost;
    listen 80;
    root /var/www/mainsite;
}

I have main site which has a link to forum and I have forum site in /var/www/forum; The main site and forum site has their own settings.php and files. It is just separate project but linked with each other, as the forum has link to main site via home button.

how do I acheive this with Nginx, I tried

server {
server_name localhost;

Read more
Subscribe with RSS Syndicate content