Skip to content

Commit

Permalink
Used args instead of query string
Browse files Browse the repository at this point in the history
args uses query string and php arguments supplied to the binary
  • Loading branch information
ExtremTechniker authored Jan 14, 2024
1 parent 74585d8 commit 8ec9c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fi
fastcgi_hide_header X-Runtime;
location / {
try_files \$uri \$uri/ /index.php?\$query_string;
try_files \$uri \$uri/ /index.php\$is_args\$args;
gzip_static on;
}
location ~ \.css {
Expand Down

0 comments on commit 8ec9c43

Please sign in to comment.