Update nginx.conf

This commit is contained in:
Joshua Schnabel
2020-04-23 18:42:10 +02:00
committed by GitHub
parent 4d75f8cd2b
commit 3ed686189e

View File

@ -15,7 +15,7 @@ http {
listen *:80;
location / {
root /hivemq-mqtt-web-client;
root /var/www/hivemq-mqtt-web-client;
}
}
}