We want to try replace nginx because we have some delay/wait time on video play on our medie server (Websites run from another server) We want to discuss how this can be done with OLS. Feel free to comment on separate parts of what we listed up just refer to what part 1-7
1) We need secure link like nginx has, for example - video urls with md5 hash and expiration time, can we do it with OLS ? To secure url, We use both php (backend send request to nginx) and nginx - http://nginx.org/en/docs/http/ngx_http_secure_link_module.html
2) We have blocked some sites which were abusing our Bandwidth and bots in our cdn (medie server), using nginx config file, can we do that same with OLS? If reCAPTCHA solve this, then how we can use it? Because video urls are used in php script. Does reCAPTCHA appears for every visitors ?
3) We have speed limit (like 900 Kbps) for every connection, can we do that with OLS ?
4) We have share content system with our nginx, like we serve same "dir" content using 2 different sub-domains for 2 different domains. Dos OLS allows that without any issue, like owner and security ?
5) We use Lets encrypt free ssl certificate with nginx and certbot, can we do it with OLS ?
6) OLS can be installed in a way so we still have nginx available and can switch between the 2 when needed?
7) Its a Debian server with 10Gbps BW serving per/s. We only host static files, like mp4 video files (some are big) we serve this video files through nginx webserver using sub-domains like - video.domain.com, so we need to convert every nginx sub-domain config file to OLS config file. We dont use any UI server panel or admin panel for this server.
Nikki
1) We need secure link like nginx has, for example - video urls with md5 hash and expiration time, can we do it with OLS ? To secure url, We use both php (backend send request to nginx) and nginx - http://nginx.org/en/docs/http/ngx_http_secure_link_module.html
2) We have blocked some sites which were abusing our Bandwidth and bots in our cdn (medie server), using nginx config file, can we do that same with OLS? If reCAPTCHA solve this, then how we can use it? Because video urls are used in php script. Does reCAPTCHA appears for every visitors ?
3) We have speed limit (like 900 Kbps) for every connection, can we do that with OLS ?
4) We have share content system with our nginx, like we serve same "dir" content using 2 different sub-domains for 2 different domains. Dos OLS allows that without any issue, like owner and security ?
5) We use Lets encrypt free ssl certificate with nginx and certbot, can we do it with OLS ?
6) OLS can be installed in a way so we still have nginx available and can switch between the 2 when needed?
7) Its a Debian server with 10Gbps BW serving per/s. We only host static files, like mp4 video files (some are big) we serve this video files through nginx webserver using sub-domains like - video.domain.com, so we need to convert every nginx sub-domain config file to OLS config file. We dont use any UI server panel or admin panel for this server.
Nikki