Skip to content

andrewhn/dashwithmash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

dashwithmash.com

deploy notes

Terminate SSL at nginx. WS configuration as follows.

location /ws {
	rewrite /ws(.*) /  break;
	proxy_pass <local addr>;
	proxy_redirect     off;
	proxy_set_header   Host $host;
	proxy_http_version 1.1;
	proxy_set_header Upgrade $http_upgrade;
	proxy_set_header Connection "upgrade";
	proxy_connect_timeout 7d;
	proxy_send_timeout 7d;
	proxy_read_timeout 7d;
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published