June 18, 20179 yr I set in my go file emhttp -rp 80,443. e.g. http://tower/main results in https://tower//main and http:/tower/ results in a blank page of https://tower// This is in firefox and chrome. Edited June 18, 20179 yr by dmacias
June 19, 20179 yr This is very odd, though I only see it with Chrome. Tried a number of tweaks to nginx config to get rid of the double '//' but nothing worked. Firefox and Edge work correctly.
June 21, 20179 yr Author This is very odd, though I only see it with Chrome. Tried a number of tweaks to nginx config to get rid of the double '//' but nothing worked. Firefox and Edge work correctly.I looked at the conf and should this line return 301 https://$host:443/$request_uri;be return 301 https://$host$request_uri;or this. But I think the :443 may not be needed since it's https. return 301 https://$host:443$request_uri;
June 22, 20179 yr 10 hours ago, dmacias said: Working now in 6.4 rc5. Thanks for the report. I noticed I also needed to clear browser data as well.
Archived
This topic is now archived and is closed to further replies.