1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00

Create hall1-3 for winkekatze and update l3d.ch

This commit is contained in:
L3D 2024-02-26 12:20:23 +01:00
parent 43ad4d76ad
commit 727fc8eaaa
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 18 additions and 2 deletions

View file

@ -83,6 +83,8 @@ nginx_sites:
- name: 'l3d.yt' - name: 'l3d.yt'
- name: 'www.l3d.yt' - name: 'www.l3d.yt'
- name: 'l3d.ch' - name: 'l3d.ch'
webroot:
user: 'l3d'
- name: 'www.l3d.ch' - name: 'www.l3d.ch'
- name: 'l3d.me' - name: 'l3d.me'
- name: 'www.l3d.me' - name: 'www.l3d.me'

View file

@ -8,8 +8,10 @@ server {
include snippets/tls_certificate_{{ site.name }}.snippet.conf; include snippets/tls_certificate_{{ site.name }}.snippet.conf;
include snippets/logging_{{ site.name }}.snippet.conf; include snippets/logging_{{ site.name }}.snippet.conf;
root /srv/www/l3d.ch;
location / { location / {
add_header X-Served-By "teapot CYBER 4.0 (with blockchain)"; charset utf-8;
return 418; try_files $uri $uri/ =404;
} }
} }

View file

@ -22,4 +22,16 @@ server {
charset utf-8; charset utf-8;
return 308 https://winkekatze.tv/events/fff_bodensee_21/; return 308 https://winkekatze.tv/events/fff_bodensee_21/;
} }
location /hall1/ {
charset utf-8;
return 308 https://vdo.ninja/?room=wk24_hall1&password=winkekatze&hash=7fce;
}
location /hall2/ {
charset utf-8;
return 308 https://vdo.ninja/?room=wk24_hall2&password=winkekatze&hash=7fce;
}
location /hall3/ {
charset utf-8;
return 308 https://vdo.ninja/?room=wk24_hall3&password=winkekatze&hash=7fce;
}
} }