Alexandre Aubin
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
conf/nginx.conf
|
|
@ -6,7 +6,7 @@ location = /.well-known/caldav { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
location ^~ __PATH__ { |
|
|
location ^~ __PATH__ { |
|
|
alias __FINALPATH__/; |
|
|
|
|
|
|
|
|
alias __FINALPATH__; |
|
|
|
|
|
|
|
|
if ($scheme = http) { |
|
|
if ($scheme = http) { |
|
|
rewrite ^ https://$server_name$request_uri? permanent; |
|
|
rewrite ^ https://$server_name$request_uri? permanent; |
|
|
|