Re: domain only reachable with https:// in front

2017-11-28 Thread pstnta
ahhh that's right, thanks for all your help guys ! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277546,277561#msg-277561 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: domain only reachable with https:// in front

2017-11-28 Thread pstnta
hi, thanks for answering, shouldn't that forward everything to https? so shouldn't it work with just pstn.host? instead of https://pstn.host Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277546,277548#msg-277548 ___ nginx mailing list ngi

domain only reachable with https:// in front

2017-11-28 Thread pstnta
Hi, I'm using nginx as reverse proxy for guacamole, I can only reach my domain with https://pstn.host or https://www.pstn.host, it won't work without https or with even with https. here's my sites-enabled/pstn.host https://pastebin.com/raw/dKiEi72q any ideas what's wrong or missing? thanks! Po