rack-canonical-host icon indicating copy to clipboard operation
rack-canonical-host copied to clipboard

wss trouble

Open gordonbisnor opened this issue 6 years ago • 0 comments

I'm wondering if anybody has experience getting this to work with wss? It seems like I am getting 301 errors....

config.ru:

use Rack::CanonicalHost, ENV['CANONICAL_HOST'] if ENV['CANONICAL_HOST']

ENV var: CANONICAL_HOST=www.site.com

gordonbisnor avatar Mar 21 '18 02:03 gordonbisnor