Skip to content
Snippets Groups Projects
Commit 372f3fc8 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Fixes the scheme

just to be sure.
parent 02a13f44
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,10 @@ http { ...@@ -30,10 +30,10 @@ http {
} }
location = /.well-known/carddav { location = /.well-known/carddav {
return 301 $scheme://$host/remote.php/dav; return 301 https://$host/remote.php/dav;
} }
location = /.well-known/caldav { location = /.well-known/caldav {
return 301 $scheme://$host/remote.php/dav; return 301 https://$host/remote.php/dav;
} }
client_max_body_size 1G; client_max_body_size 1G;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment