Forums/
Requests & Suggestions
2 weeks ago
@Philldu I'd definitely would like to keep the feature too !!!!!!!! Please make it optional or keep it as it is before the code is revamped
0HELPFULS
Forums/
WiFi
2021-10-10 23:00:49
I fixed it by using far less headers : server { if ($host = wifi.domain.com) { return 301 https://$host$request_uri; } listen 80; server_name wifi.domain.com; location / { proxy_pass...
0HELPFULS
Forums/
WiFi
2021-10-10 14:52:29
Hi guys, Anyone succeeded in implemanting this with nginx ? My nginx conf works over mobile but not over desktop ! I can't figure it out. My desktop is presented with the logon screen but the login...
0HELPFULS