Skip to content

Commit c7c3bb8

Browse files
committed
Make the ? optional based on the given query string
1 parent 925066e commit c7c3bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ http {
8484
location / {
8585
# First attempt to serve request as file, then
8686
# as directory, then fall back to index.php
87-
try_files $uri $uri/ /index.php?$args;
87+
try_files $uri $uri/ /index.php$is_args$args;
8888
}
8989

9090
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000

0 commit comments

Comments
 (0)