Add website/updates role
This commit is contained in:
parent
28efaaafdc
commit
46b6049ca9
8 changed files with 76 additions and 0 deletions
31
roles/website/updates/templates/site.j2
Normal file
31
roles/website/updates/templates/site.j2
Normal file
|
@ -0,0 +1,31 @@
|
|||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
|
||||
server_name updates.hamburg.freifunk.net;
|
||||
|
||||
ssl_certificate {{ ssl_certificate }};
|
||||
ssl_certificate_key {{ ssl_certificate_key }};
|
||||
|
||||
include /etc/nginx/include/updates_common.conf;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name updates.hamburg.freifunk.net;
|
||||
|
||||
include /etc/nginx/include/updates_common.conf;
|
||||
|
||||
# Kein HTTPS Redirect wg. Paketinstallation auf Routern
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
server_name 1.updates.services.ffhh;
|
||||
|
||||
include /etc/nginx/include/updates_common.conf;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue