modprobe usbserial vendor=0x12d1 product=0x1001 выдает ошибку FATAL: Module usbserial not found# HTTP to HTTPS redirect
server {
listen 80;
listen [::]:80;
server_name example.ru;
location / {
return 301 https://$host$request_uri;
#rewrite ^(.*) https://$host$request_uri perpermanent;
}
}