Skip to content

Commit

Permalink
added hass on port 80
Browse files Browse the repository at this point in the history
  • Loading branch information
Davy Glerum authored and Davy Glerum committed Sep 24, 2018
1 parent fbc7996 commit 6be5584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ http {
}

location /hass/ {
proxy_pass http://192.168.1.163:8123;
proxy_set_header Host $host;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass http://192.168.1.163:8123;
}

error_page 500 502 503 504 /50x.html;
Expand Down

0 comments on commit 6be5584

Please sign in to comment.