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:
parent
43ad4d76ad
commit
727fc8eaaa
3 changed files with 18 additions and 2 deletions
|
@ -83,6 +83,8 @@ nginx_sites:
|
|||
- name: 'l3d.yt'
|
||||
- name: 'www.l3d.yt'
|
||||
- name: 'l3d.ch'
|
||||
webroot:
|
||||
user: 'l3d'
|
||||
- name: 'www.l3d.ch'
|
||||
- name: 'l3d.me'
|
||||
- name: 'www.l3d.me'
|
||||
|
|
|
@ -8,8 +8,10 @@ server {
|
|||
include snippets/tls_certificate_{{ site.name }}.snippet.conf;
|
||||
include snippets/logging_{{ site.name }}.snippet.conf;
|
||||
|
||||
root /srv/www/l3d.ch;
|
||||
|
||||
location / {
|
||||
add_header X-Served-By "teapot CYBER 4.0 (with blockchain)";
|
||||
return 418;
|
||||
charset utf-8;
|
||||
try_files $uri $uri/ =404;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -22,4 +22,16 @@ server {
|
|||
charset utf-8;
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue