From 797c9f3228e9b0b32fe58d84dd961e3794a42668 Mon Sep 17 00:00:00 2001 From: Alex Crowe Date: Fri, 4 Mar 2016 10:17:40 +0000 Subject: [PATCH] added missing uwsgi_params HTTPS --- templates/vhost/uwsgi_params.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/vhost/uwsgi_params.erb b/templates/vhost/uwsgi_params.erb index 86b9a2de7..0c3c5d725 100644 --- a/templates/vhost/uwsgi_params.erb +++ b/templates/vhost/uwsgi_params.erb @@ -13,3 +13,4 @@ uwsgi_param REMOTE_PORT $remote_port; uwsgi_param SERVER_ADDR $server_addr; uwsgi_param SERVER_PORT $server_port; uwsgi_param SERVER_NAME $server_name; +uwsgi_param HTTPS $https if_not_empty;