external jquery and bootstrap

This commit is contained in:
ragu 2022-12-10 15:47:22 +01:00
parent 003df87598
commit 58819fd615
28 changed files with 109 additions and 135 deletions

View file

@ -48,10 +48,8 @@
LogLevel info ssl:warn
CustomLog /var/log/apache2/shareeapp-operator-access.log combined
ServerSignature Off
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/example.tld-0003/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.tld-0003/privkey.pem
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
</VirtualHost>
@ -97,9 +95,8 @@ SSLCertificateKeyFile /etc/letsencrypt/live/example.tld-0003/privkey.pem
LogLevel info ssl:warn
CustomLog /var/log/apache2/shareeapp-operator-access.log combined
ServerSignature Off
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/example.tld-0003/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/example.tld-0003/privkey.pem
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
</VirtualHost>
</IfModule>