Update smsquitto daemon
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name _;
|
||||
|
||||
set $root_path "/usr/share/nginx/html";
|
||||
root $root_path;
|
||||
|
||||
location / {
|
||||
root html;
|
||||
index index.html index.htm;
|
||||
error_page 405 = $uri;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user