diff --git a/assets/config/nginx/nginx_HTTP.conf b/assets/config/nginx/nginx_HTTP.conf new file mode 100644 index 0000000..293b59a --- /dev/null +++ b/assets/config/nginx/nginx_HTTP.conf @@ -0,0 +1,14 @@ +########################################################### +### ### +### MESHPI NGINX CONFIG ### +### ### +########################################################### + +server { + listen 80; + server_name DOMAIN IPADDR; + + location / { + proxy_pass http://127.0.0.1:5000; + } +} diff --git a/index.html b/index.html deleted file mode 100644 index 678dabe..0000000 --- a/index.html +++ /dev/null @@ -1,30 +0,0 @@ - -
- - - -Hi {{user}}
-If you see this site, means "LoMeS" development environment is running!
-Thanks for collaborating and trying to make things more real...
-