Skip to content

BmnnIT multiple CDN Module enables multiple CDN Servers for faster image loading for OXID E-Shop

Notifications You must be signed in to change notification settings

bmnnit/bmMultipleCDN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bmMultipleCDN

Allgemein

Erweitert oxconfig und gibt einen von mehreren konfigurierten CDN Servern zurück.

Konfiguration

    $this->sAltImageUrl = 'enabled'; //content doesnt matter anymore, but need to be set
    $this->sSSLAltImageUrl= 'enabled'; //content doesnt matter anymore, but need to be set

    $this->sSSLAltImageUrlCDN = array (
              "https://inst-0.yourcnd.de/instanz_cdn/out/pictures",
              "https://inst-1.yourcnd.de/instanz_cdn/out/pictures"
             );
    $this->sAltImageUrlCDN = array ( 
              "http://inst-0.yourcnd.de/instanz_cdn/out/pictures",
              "http://inst-1.yourcnd.de/instanz_cdn/out/pictures"
            );

Syncronisation des out Verzeichnisses

kann z.B über Rsync erfolgen. Hier sind wir Ihnen gerne behilflich.

Lizenz

Beerware (Revision 42)

About

BmnnIT multiple CDN Module enables multiple CDN Servers for faster image loading for OXID E-Shop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages