We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On the doc installation page the config is:
try_files /static${uri}_${args}.html $uri $uri/ /index.php?$query_string;
But on the doc static cache page here is the recomended config:
try_files /static${uri}_${args}.html $uri /index.php?$args;
Which one is the best ?
The text was updated successfully, but these errors were encountered:
It results in literally the same, see their docs in this.
$query_string same as $args
$query_string
$args
Adjusted this to be $args in both docs pages for consistency, thanks!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
On the doc installation page the config is:
But on the doc static cache page here is the recomended config:
Which one is the best ?
The text was updated successfully, but these errors were encountered: