Merge b4c4875d34
into b0d42a931d
This commit is contained in:
commit
cb5320ccc1
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue