This commit is contained in:
Stefan Wieczorek
2022-04-19 07:52:51 +02:00
parent 5128ee8e59
commit 68fb7bc94c
31 changed files with 155 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location ~/media/ { location ~/media/ {

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location ~ ^/(config|tmp|core|lang) { location ~ ^/(config|tmp|core|lang) {

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
rewrite ^/(.*.php)(/)(.*)$ /$1?file=/$3 last; rewrite ^/(.*.php)(/)(.*)$ /$1?file=/$3 last;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location = /.well-known/carddav { location = /.well-known/carddav {

View File

@@ -15,6 +15,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
index index.html; index index.html;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
# rewrite ^ https://$host$uri permanent; # rewrite ^ https://$host$uri permanent;
#} #}
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location /admin-dev/ { location /admin-dev/ {

View File

@@ -15,6 +15,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
index index.html; index index.html;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location /recovery/install/ { location /recovery/install/ {

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -15,6 +15,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
index index.html; index index.html;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location /typo3/ { location /typo3/ {

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -16,6 +16,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
try_files $uri $uri/ /index.php?$args; try_files $uri $uri/ /index.php?$args;

View File

@@ -18,6 +18,11 @@ server {
rewrite ^ https://$host$uri permanent; rewrite ^ https://$host$uri permanent;
} }
location ~ /.well-known {
auth_basic off;
allow all;
}
{{settings}} {{settings}}
location = /.well-known/carddav { location = /.well-known/carddav {