Setup.sh updated
This commit is contained in:
parent
8b3ea9e89f
commit
ffd681a654
2 changed files with 48 additions and 14 deletions
14
assets/config/nginx/nginx_HTTP.conf
Normal file
14
assets/config/nginx/nginx_HTTP.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
###########################################################
|
||||
### ###
|
||||
### MESHPI NGINX CONFIG ###
|
||||
### ###
|
||||
###########################################################
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name DOMAIN IPADDR;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:5000;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue