Browse Source

Quickfix for path traversal issue

pull/179/head
Alexandre Aubin 7 years ago
committed by GitHub
parent
commit
cc08c70224
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      conf/nginx.conf

2
conf/nginx.conf

@ -6,7 +6,7 @@ location = /.well-known/caldav {
}
location ^~ __PATH__ {
alias __FINALPATH__/;
alias __FINALPATH__;
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;

Loading…
Cancel
Save