Merge pull request #78 from home-assistant/build

Add missing config item
This commit is contained in:
Pascal Vizeli
2017-05-22 12:14:36 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "Nginx HomeAssistant SSL proxy",
"version": "0.1",
"version": "0.2",
"slug": "nginx_proxy",
"description": "Use nginx as SSL proxy to HomeAssistant instance",
"url": "https://home-assistant.io/addons/nginx_proxy/",

View File

@@ -1,6 +1,10 @@
daemon off;
error_log stderr;
events {
worker_connections 1024;
}
http {
map $http_upgrade $connection_upgrade {
default upgrade;