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

Update nginx.conf

This commit is contained in:
abeudin 2014-01-11 13:49:58 +01:00
parent 8467a5d48f
commit c2c3cd0b1e

View file

@ -4,7 +4,7 @@ location PATHTOCHANGE {
rewrite ^ https://$server_name$request_uri? permanent;
}
if ($request_uri !~ index.php/$) {
rewrite ^/PATHTOCHANGE/(.*)$ https://$server_name/PATHTOCHANGE/index.php/$1 permanent;
rewrite ^PATHTOCHANGE/(.*)$ https://$server_namePATHTOCHANGE/index.php/$1 permanent;
}
index index.php;
try_files $uri $uri/ /index.php?$args;