Skip to content
New issue

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

Consistent Nginx config #1331

Closed
jimblue opened this issue Apr 22, 2024 · 1 comment · Fixed by #1333
Closed

Consistent Nginx config #1331

jimblue opened this issue Apr 22, 2024 · 1 comment · Fixed by #1333

Comments

@jimblue
Copy link

jimblue commented Apr 22, 2024

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 ?

@jimblue jimblue changed the title Un consistent Nginx config Consistent Nginx config Apr 22, 2024
@joshuablum
Copy link
Member

Which one is the best ?

It results in literally the same, see their docs in this.

$query_string
same as $args

Adjusted this to be $args in both docs pages for consistency, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants