nginx-Setup WIP
This commit is contained in:
parent
96fa7430e6
commit
ed703884ec
33 changed files with 267 additions and 253 deletions
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# ACTHUNG:
|
||||
#
|
||||
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
|
||||
#
|
||||
|
||||
# Basis Konfiguration für SSL mit hamburg.freifunk.net-Zertifikat.
|
||||
|
||||
ssl_certificate {{ web.ssl.hamburg_freifunk_net.cert }};
|
||||
ssl_certificate_key {{ web.ssl.hamburg_freifunk_net.key }};
|
||||
ssl_dhparam {{ web.ssl.hamburg_freifunk_net.dhparam }};
|
||||
|
||||
include /etc/nginx/include/ssl_common.conf;
|
|
@ -0,0 +1,13 @@
|
|||
#
|
||||
# ACTHUNG:
|
||||
#
|
||||
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
|
||||
#
|
||||
|
||||
# Basis Konfiguration für SSL mit hamburg.freifunk.net-Zertifikat.
|
||||
|
||||
ssl_certificate {{ web.ssl.wildcard_hamburg_freifunk_net.cert }};
|
||||
ssl_certificate_key {{ web.ssl.wildcard_hamburg_freifunk_net.key }};
|
||||
ssl_dhparam {{ web.ssl.wildcard_hamburg_freifunk_net.dhparam }};
|
||||
|
||||
include /etc/nginx/include/ssl_common.conf;
|
Loading…
Add table
Add a link
Reference in a new issue