ansible-config/roles/web-server/base/files/etc/nginx/include/ssl.rewrite

11 lines
186 B
Plaintext
Raw Normal View History

2015-11-14 17:15:39 +01:00
#
# ACTHUNG:
#
# Wird via Ansible konfiguriert. Bitte nicht manuell ändern!
#
# Generischer Rewrite von HTTP nach HTTPS
2016-11-06 22:58:57 +01:00
location / {
return 301 https://$server_name$request_uri;
}