mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
@@ -1,6 +1,6 @@
|
||||
server {
|
||||
|
||||
listen 3000;
|
||||
listen 9001;
|
||||
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
location / {
|
||||
# Proxy pass
|
||||
proxy_pass http://127.0.0.1:9925;
|
||||
proxy_pass http://127.0.0.1:9000;
|
||||
|
||||
# Next three lines allow websockets
|
||||
proxy_http_version 1.1;
|
||||
|
||||
Reference in New Issue
Block a user