diff --git a/build/common/sites-available/local.cdn.islamic.network.conf.template b/build/common/sites-available/local.cdn.islamic.network.conf.template index 7be4559..cb812f2 100644 --- a/build/common/sites-available/local.cdn.islamic.network.conf.template +++ b/build/common/sites-available/local.cdn.islamic.network.conf.template @@ -16,7 +16,7 @@ server { proxy_cache cdn; proxy_cache_key $uri$is_args$args$slice_range; proxy_cache_valid 200 206 90d; - proxy_pass http://${ISLAMIC_NETWORK_CDN_ORIGIN}; + proxy_pass https://${ISLAMIC_NETWORK_CDN_ORIGIN}; proxy_set_header Range $slice_range; }