Сейчас ситуация лабораторно-чистая - предельно чистый debian amd64 на который надо поставить php i386.
If the proxy_pass directive is specified with a URI, then when a request is passed to the server, the part of a normalized request URI matching the location is replaced by a URI specified in the directive:
location /name/ {
proxy_pass 127.0.0.1/remote/;
}
If proxy_pass is specified without a URI, the request URI is passed to the server in the same form as sent by a client when the original request is processed, or the full normalized request URI is passed when processing the changed URI:
location /some/path/ {
proxy_pass http://127.0.0.1;
}
можно чуть подробнее пожалуйста, какой должен быть код плеера, чтобы страница с ним была безопасной для браузера? Допустим, я отключу шифрование потока на своём сервере, но вставлять его как http элемент я же не могу.
internet -> [https://cf-domain/audio] -> [http://home-host:8000/audio]
И тут на сцену выскакиваете вы в костюме Капитана Очевидность :)