From f6769a6c2a0086485b09d29caac943959b06ba81 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Wed, 14 Nov 2018 21:57:20 +0700 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index ccfdf20..3215f5b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -74,7 +74,7 @@ location / { location ~* \.(jpg|jpeg|gif|png|ico|css|js|htm|html|ttf|woff|svg)$ { expires 30d; - try_files $uri /index.php?q=$uri&$args; + try_files $uri /index.php?$args; } ```