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; } ```