Bigsausage64LV1Online
Following: 0Followers: 0
Forums/ WiFi
2021-10-10 23:00:49
Re:Omada Controller 3.1.4 nginx reverse proxy
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
Re:Omada Controller 3.1.4 nginx reverse proxy
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