mirror of
https://github.com/YunoHost-Apps/ffsync_ynh.git
synced 2024-09-03 18:26:38 +02:00
Remove rewrite rule
This commit reverts to state of 4c90f885c3
.
Rewrite are not followed by PUT request, which makes them unusable.
This commit is contained in:
parent
aa1c28aae3
commit
677e40af43
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ location PATHTOCHANGE {
|
|||
if ($scheme = http) {
|
||||
rewrite ^ https://$server_name$request_uri? permanent;
|
||||
}
|
||||
if ($request_uri !~ index.php/$) {
|
||||
rewrite ^PATHTOCHANGE/(.*)$ https://$server_namePATHTOCHANGE/index.php/$1 permanent;
|
||||
}
|
||||
index index.php;
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
location ~ [^/]\.php(/|$) {
|
||||
|
|
Loading…
Reference in a new issue