diff --git a/VERSION b/VERSION index c2320f5..e4c0d46 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.20 +1.0.3 \ No newline at end of file diff --git a/git.environment-variables b/git.environment-variables index 7d1d187..f649a36 160000 --- a/git.environment-variables +++ b/git.environment-variables @@ -1 +1 @@ -Subproject commit 7d1d187cdab89652fd0e9b75f29b222c7b6acc06 +Subproject commit f649a363ffea86ecf2e19a09cd936362acbd47d2 diff --git a/nginx.conf.template b/nginx.conf.template index eafed5e..55a7d07 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -14,6 +14,7 @@ server { # API Proxy location /admin/api/ { proxy_pass ${API_BASE_URL}; + proxy_ssl_server_name on; proxy_http_version 1.1; proxy_set_header Host $proxy_host; proxy_set_header X-Real-IP $remote_addr;