Setup.sh updated

This commit is contained in:
Fr4nz D13trich 2025-10-18 20:30:17 +02:00
parent 8b3ea9e89f
commit ffd681a654
2 changed files with 48 additions and 14 deletions

View file

@ -0,0 +1,14 @@
###########################################################
### ###
### MESHPI NGINX CONFIG ###
### ###
###########################################################
server {
listen 80;
server_name DOMAIN IPADDR;
location / {
proxy_pass http://127.0.0.1:5000;
}
}