iotexpert

Results 2 issues of iotexpert

By default the /etc/nginx/conf.d/nginx.conf is created for you.... and it looks something like this: server { listen 80; location / { try_files $uri @app; } location @app { include uwsgi_params;...

typedef union { /// Provides access via field names struct fields { uint8_t family[1]; ///< family identifier (1 byte, LSB - read/write first) uint8_t serial_number[6]; ///< serial number (6 bytes)...