mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
external jquery and bootstrap
This commit is contained in:
parent
003df87598
commit
c5cd33b5ac
27 changed files with 109 additions and 125 deletions
|
@ -50,10 +50,8 @@
|
|||
LogLevel info ssl:warn
|
||||
CustomLog /var/log/apache2/shareedms-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>
|
||||
|
||||
<VirtualHost *:443>
|
||||
|
@ -94,7 +92,8 @@
|
|||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
RedirectMatch ^/$ /DMS/Mietjournal
|
||||
RedirectMatch ^/$ /DMS/Mietjournal
|
||||
RedirectMatch ^/DMS$ /DMS/Mietjournal
|
||||
SSLProxyEngine On
|
||||
RewriteCond %{REQUEST_URI} ^/(site|img|data|css|js|jquery)
|
||||
RewriteRule ^(.*)$ https://shareedms-operator1.example.tld/$1 [P,L]
|
||||
|
@ -104,10 +103,8 @@
|
|||
LogLevel info ssl:warn
|
||||
CustomLog /var/log/apache2/shareedms-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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue