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