WSGI with SSL behind NGINX -
currently want deploy pyramid application on server. therefore i'am using nginx in front of wsgi. there no problem configure ssl in nginx, wsgi is.
because have port-forwarding 80 443, user receives an:
mixed content: page @ 'https://example.com' loaded on https, requested insecure stylesheet 'http://example.com/static/css/bootstrap-3.3.5.min.css'. request has been blocked; content must served on https. how can enable ssl wsgi?
thx
thanks stackoverflow.com/questions/19462959/… found solution. add "url_scheme = https" production.ini / development.ini.
Comments
Post a Comment