forked from bitlair/ansible
Cleanup
This commit is contained in:
parent
c783601fa9
commit
792f2749b6
21 changed files with 160 additions and 58 deletions
11
snippets/mqtt2web-nginx.j2
Normal file
11
snippets/mqtt2web-nginx.j2
Normal file
|
@ -0,0 +1,11 @@
|
|||
# mqtt2web nginx config snippet
|
||||
|
||||
location /mqtt/ {
|
||||
proxy_pass http://localhost:8080/mqtt;
|
||||
include proxy_params;
|
||||
proxy_buffering off;
|
||||
proxy_cache off;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Connection '';
|
||||
chunked_transfer_encoding off;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue