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

c3nom remove

This commit is contained in:
L3D 2023-01-30 01:42:00 +01:00
parent ce80fd077d
commit 1a0ba7038e
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 0 additions and 30 deletions

View file

@ -146,8 +146,6 @@ nginx_sites:
- name: 'www.einhornsystem.de'
- name: 'backwesen.de'
- name: 'www.backwesen.de'
- name: 'c3nom.de'
- name: 'www.c3nom.de'
- name: 'files.l3d.ch'
webroot:
user: 'files'

View file

@ -1,14 +0,0 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name c3nom.de;
include snippets/tls_parameters_{{ site.name }}.snippet.conf;
include snippets/tls_certificate_{{ site.name }}.snippet.conf;
include snippets/logging_{{ site.name }}.snippet.conf;
location / {
return 308 https://c3woc.de$request_uri;
}
}

View file

@ -1,14 +0,0 @@
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name www.c3nom.de;
include snippets/tls_parameters_{{ site.name }}.snippet.conf;
include snippets/tls_certificate_{{ site.name }}.snippet.conf;
include snippets/logging_{{ site.name }}.snippet.conf;
location / {
return 308 https://c3nom.de$request_uri;
}
}