diff --git a/conf/nginx.conf b/conf/nginx.conf index 45ea394..f69353a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -28,7 +28,9 @@ # You have PHP FastCGI Process Manager (php5-fpm) running on localhost # You have Friendica installed in /var/www/friendica ## -location __PATH__ { + +#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; +location __PATH__/ { alias __FINALPATH__/; if ($scheme = http) {