This commit is contained in:
zino
2023-11-27 17:56:14 +01:00
parent 4cab22d5f4
commit 2ff8a34482
6 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
server {
listen 443 ssl;
listen [::]:443 ssl;
server_name dl.zinomedia.de;
root /usr/share/nginx/html/dl;
autoindex off;
ssl_certificate /etc/letsencrypt/live/dl.zinomedia.de/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/dl.zinomedia.de/privkey.pem;
# SSL Optimizations
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384';
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
ssl_session_timeout 10m;
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
add_header Content-Security-Policy "default-src 'self';" always;
add_header X-Content-Type-Options nosniff;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options "nosniff";
gzip on;
gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
}
server {
listen 80;
listen [::]:80;
server_name dl.zinomedia.de;
return 301 https://$host$request_uri;
}

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Ebene_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 156.3 95.8" style="enable-background:new 0 0 156.3 95.8;" xml:space="preserve">
<style type="text/css">
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#EB1B2E;}
.st1{fill-rule:evenodd;clip-rule:evenodd;fill:#181817;}
</style>
<g>
<path class="st0" d="M33,68.1H13L52.4,0h19.9L33,68.1z M0,49L28.4,0h19.9L10.1,66.1L0,49z M75.9,47.6l0,48.2l-24.8,0V68.1H37.1
l11.9-20.5H75.9z"/>
</g>
<g>
<path class="st1" d="M84,0l19.9,0l39.4,68.1h-19.9L84,0z M146.2,66.1L108,0l19.9,0l28.4,49L146.2,66.1z M107.4,47.6l11.9,20.5
h-14.1v27.6l-24.8,0l0-48.2H107.4z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 854 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

View File

@@ -0,0 +1,27 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>V.I.P. Entwicklungs Immobilien Projektierung</title>
</head>
<body>
<br><br>
<table border="0" width="215">
<tr>
<td>
<img width="120" height="157" src="https://dl.ardestani.org/VIP.png">
</td>
</tr>
<td>
<font size="-2" color="#777777">
<b>V.I.P. Projektierungs- und<br>Entwicklungsgesellschaft mbH</b><br>
Cunostraße 64<br>
14193 Berlin<br>
Tel.: +49 (0)30 548 14 333<br>
Mobil: +49 171 414 28 10<br>
<a href="mailto:info@vipimmobilien-berlin.de">info@vipimmobilien-berlin.de</a>
</font>
</td>
</tr>
</table>
</body>
</html>