Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d1772a6

Browse files
committed
Remove the extra q query param with the request URL
1 parent a17d18a commit d1772a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎config/conf.d/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ server {
1414
location / {
1515
# First attempt to serve request as file, then
1616
# as directory, then fall back to index.php
17-
try_files $uri $uri/ /index.php?q=$uri&$args;
17+
try_files $uri $uri/ /index.php$is_args$args;
1818
}
1919

2020
# Redirect server error pages to the static page /50x.html

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /