2 lines
97 B
Text
2 lines
97 B
Text
# Generischer Rewrite von HTTP nach HTTPS
|
|
rewrite ^ https://$server_name$request_uri? permanent;
|