mirror of
https://github.com/YunoHost-Apps/baikal_ynh.git
synced 2024-09-03 18:16:11 +02:00
test fix
This commit is contained in:
parent
b98c767cc0
commit
ff31216784
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ location PATHTOCHANGE {
|
||||||
fastcgi_param PATH_INFO $fastcgi_path_info;
|
fastcgi_param PATH_INFO $fastcgi_path_info;
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
}
|
}
|
||||||
rewrite ~ ^/.well-known/caldav PATHTOCHANGE/cal.php redirect;
|
#rewrite ~ ^/.well-known/caldav PATHTOCHANGE/cal.php redirect;
|
||||||
rewrite ~ ^/.well-known/carddav PATHTOCHANGE/card.php redirect;
|
#rewrite ~ ^/.well-known/carddav PATHTOCHANGE/card.php redirect;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^PATHTOCHANGE/(\.ht|Core|Specific) {
|
location ~ ^PATHTOCHANGE/(\.ht|Core|Specific) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue