mqttdevicemanager/console/nginx.conf
2026-03-22 23:17:52 +10:30

10 lines
154 B
Nginx Configuration File

server {
listen 80;
location / {
root /usr/share/nginx/html;
index index.html;
try_files $uri $uri/ /index.html;
}
}