You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
P
Drivers 16.X dont work witch kernel 6.8.12 or up.... but
drivers 17.X dont support M10...
Any solution for newest kernel ?
-
P
My working solution :p
location / {
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_ssl_server_name on;
proxy_ssl_name $host...