Welcome to Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy Praful Bhuskute BlackSpy

nginx.config file for windows server

				
					server {
		listen       80;
		server_name  cms.prafulbhuskute.com/a;
			location / {
				proxy_pass http://localhost:3001;
			}
}

server {
    listen       80;
    server_name  api.prafulbhuskute.co;
		location / {
			proxy_pass http://localhost:3000;
		}
}

server {
		listen 80;
		server_name  cms.prafulbhuskute.cmo;
			location / {
				root "C:/nginx/html/build";
				try_files $uri $uri / index.html;
			}
}
				
			

Drop your queries

Table of Contents

Have A Project In Mind? Let's Get To Work