change directories and added driver service config

This commit is contained in:
2025-01-06 11:44:08 +01:00
parent 9c41d64c69
commit 1b0b1e87ce
4 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
stream {
server {
listen 9001;
proxy_pass localhost:8080;
}
}