11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
#
|
|
# ACTHUNG:
|
|
#
|
|
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
|
|
#
|
|
|
|
# Generischer Rewrite von HTTP nach HTTPS
|
|
location / {
|
|
return 301 https://$server_name$request_uri;
|
|
}
|