Skip to content

Commit

Permalink
Update config for nginx linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Sep 15, 2024
1 parent 4f3862a commit 02e7946
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo-docker/conf/nginx-conf.d/json_scada_http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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/";
Expand Down

0 comments on commit 02e7946

Please sign in to comment.