Skip to content

Commit 02e7946

Browse files
committed
Update config for nginx linux.
1 parent 4f3862a commit 02e7946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo-docker/conf/nginx-conf.d/json_scada_http.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
# IP-based access control
2525

26-
# allow local access only by default
27-
allow 0.0.0.0;
26+
# allow
27+
allow all;
2828

2929
# to allow more clients/severs, configure the following option
3030
# allow _IP_hmi_client;
3131
# allow _IP_hmi_redundant_server;
3232

33-
deny all;
33+
# deny all;
3434

3535
#location / {
3636
# root "/home/jsonscada/json-scada/src/htdocs/";

0 commit comments

Comments
 (0)