nginx config

server {
	listen 93.104.210.254:80;	
	server_name msia-my.com  www.msia-my.com;

	

	

	root /var/lib/docker/volumes/testnode/_data/test ;
	# root /home/ymtrans/public_html ;
	# root /luqman/haha ;
	location / {
		proxy_pass http://93.104.210.254:2055;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection 'upgrade';
    proxy_set_header Host $host;
    proxy_cache_bypass $http_upgrade;
	}

	
}

Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *