1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Merge pull request #3 from julienmalik/remove_rewrite

Remove rewrite rule
This commit is contained in:
abeudin 2014-01-18 03:21:23 -08:00
commit 363f126eeb

View file

@ -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(/|$) {