Rename project to docker-qmx-fusion and configure for QMX-Fusion application

This commit is contained in:
Joakim Svensson
2026-01-06 19:39:46 +00:00
parent ede89129b2
commit 41b0329fd9
9 changed files with 146 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
server {
listen 80 default_server;
root /var/www/fusion-v1;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}