From 0938711b80c8b5cc303a22037238562be8b296d9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 27 Feb 2022 08:59:48 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0a76265..ba5b6dc 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { index index.php index.html index.htm; - try_files $uri $uri/ __PATH__/yourls-loader.php$is_args$args; + try_files $uri $uri/ __PATH__/yourls-loader.php; location ~ [^/]\.php(/|$) { fastcgi_split_path_info ^(.+?\.php)(/.*)$;