Update ssl.rewrite
This commit is contained in:
parent
b0d42a931d
commit
b4c4875d34
|
@ -5,4 +5,6 @@
|
|||
#
|
||||
|
||||
# Generischer Rewrite von HTTP nach HTTPS
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
location / {
|
||||
return 301 https://$server_name$request_uri;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue