From 02e794680de88242605ed359afb50531aa258580 Mon Sep 17 00:00:00 2001 From: Ricardo Olsen Date: Sun, 15 Sep 2024 17:23:49 -0300 Subject: [PATCH] Update config for nginx linux. --- demo-docker/conf/nginx-conf.d/json_scada_http.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demo-docker/conf/nginx-conf.d/json_scada_http.conf b/demo-docker/conf/nginx-conf.d/json_scada_http.conf index 15145bec..542acd09 100644 --- a/demo-docker/conf/nginx-conf.d/json_scada_http.conf +++ b/demo-docker/conf/nginx-conf.d/json_scada_http.conf @@ -23,14 +23,14 @@ # IP-based access control - # allow local access only by default - allow 0.0.0.0; + # allow + allow all; # to allow more clients/severs, configure the following option # allow _IP_hmi_client; # allow _IP_hmi_redundant_server; - deny all; + # deny all; #location / { # root "/home/jsonscada/json-scada/src/htdocs/";