I want redirect exact url (= /) for HTTPS but pass for WSS. How can I separate WSS request from the HTTPS? $protocol
https://localhost.demo/ -> redirect wss://localhost.demo/ -> pass
location =/ {
#?
}
I want redirect exact url (= /) for HTTPS but pass for WSS. How can I separate WSS request from the HTTPS? $protocol
https://localhost.demo/ -> redirect wss://localhost.demo/ -> pass
location =/ {
#?
}