1st Version with a web and flask server on the device
This commit is contained in:
11
recipes-vrpmdv/recipes-base/nginx/files/vrpmdv-web.local
Normal file
11
recipes-vrpmdv/recipes-base/nginx/files/vrpmdv-web.local
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
server_name vrpmdv-web.local;
|
||||
|
||||
location / {
|
||||
proxy_pass http://unix:/run/vrpmdv_web.sock;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user