Thanks!!!
Can I also edit nginx_proxy_vhost to force https?
return 301 https://$host:443$request_uri;
Not sure where to insert it, but I think here
server {
listen YOURSERVERIP:NGINXPORT;
return 301 https://$host:443$request_uri;
access_log /var/log/nginx/access.YOURDOMAIN.log;