Multi Bench Setup with DNS based multitenancy at Production Server. How To?

Oh, I see. Sorry for the silly mistake. @revant_one

Now, I’m stuck at unknown issue. Now, I can see both files:

  1. /etc/supervisor/conf.d/frappe-bench-retail.conf
  2. /etc/nginx/conf.d/frappe-bench-retail.conf

Now, still I’m redirecting to Sorry! We will be back soon. page. I should change something in /etc/nginx/conf.d/frappe-bench-retail.conf ?? or what next??

server {
        listen 80;
        server_name
                retail-bench.domain.com
                ;

        root /home/frappe/frappe-bench/retail/sites;

Should I change here? Some of developers(as mentioned already: How to setup a production and a development site next to each other - #12 by James_Robertson) using port as 8080, this make any difference? 80 was default port, I hadn’t changed anything yet.