Skip to content

Commit

Permalink
Merge pull request #26 from ExtremTechniker/ExtremTechniker-patch-1
Browse files Browse the repository at this point in the history
Used args instead of query string
  • Loading branch information
jkaninda authored Feb 4, 2024
2 parents cdbce2a + 8ec9c43 commit 3eb00b0
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 @@ -103,7 +103,7 @@ if [ -f /var/www/html/conf/nginx/nginx-site.conf ]; then
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 3eb00b0

Please sign in to comment.