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:
parent
ce80fd077d
commit
1a0ba7038e
3 changed files with 0 additions and 30 deletions
|
@ -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'
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue