Update nginx SSL settings, includes

This commit is contained in:
Alexander Dietrich 2017-02-10 20:38:12 +01:00
commit 28efaaafdc
4 changed files with 17 additions and 5 deletions

View file

@ -0,0 +1,4 @@
# Generischer Rewrite von HTTP nach HTTPS
location / {
return 302 https://$server_name$request_uri;
}