feat: Implement a web-based Bluetooth label printer application with live preview and CPCL generation capabilities.
This commit is contained in:
10
btlabel.oncloud.my.id.conf
Normal file
10
btlabel.oncloud.my.id.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name btlabel.oncloud.my.id;
|
||||
|
||||
location / {
|
||||
root /home/wartana/myApp/btlabel;
|
||||
index index.html;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user